mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
npm -> yarn
This commit is contained in:
parent
0e9cffd657
commit
20eff3a49a
9 changed files with 5116 additions and 4881 deletions
|
|
@ -50,7 +50,7 @@ module.exports = function(publicPath, pro, es6) {
|
|||
loaders: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
loader: 'babel',
|
||||
loader: 'babel-loader',
|
||||
include: [devPath],
|
||||
options: !es6 ? {
|
||||
cacheDirectory: true,
|
||||
|
|
@ -110,12 +110,12 @@ module.exports = function(publicPath, pro, es6) {
|
|||
},
|
||||
{
|
||||
test: /\.(html|css)$/,
|
||||
loader: 'raw',
|
||||
loader: 'raw-loader',
|
||||
include: [devPath]
|
||||
},
|
||||
{
|
||||
test: /\.json$/,
|
||||
loader: 'json',
|
||||
loader: 'json-loader',
|
||||
include: [devPath]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue