mirror of https://github.com/embarklabs/embark.git
enabel babel-loader's default cache directory
This commit is contained in:
parent
c738100606
commit
8f50fc7bfa
|
@ -102,6 +102,7 @@ const base = {
|
|||
loader: 'babel-loader',
|
||||
exclude: /(node_modules|bower_components|\.embark[\\/]versions)/,
|
||||
options: {
|
||||
cacheDirectory: true,
|
||||
plugins: [
|
||||
[
|
||||
'babel-plugin-module-resolver', {
|
||||
|
|
Loading…
Reference in New Issue