Browse Source

Add cacheDirectory

pull/2145/head
Artur Arseniev 7 years ago
parent
commit
26529d0852
  1. 5
      webpack.config.js

5
webpack.config.js

@ -52,10 +52,11 @@ module.exports = env => {
search: '<# VERSION #>',
replace: pkg.version
}
},{
}, {
test: /\.js$/,
loader: 'babel-loader',
include: /src/
include: /src/,
options: { cacheDirectory: true },
}],
},
resolve: {

Loading…
Cancel
Save