enabel babel-loader's default cache directory

This commit is contained in:
Michael Bradley, Jr 2018-10-01 19:17:20 -05:00 committed by Pascal Precht
parent aa90a2c870
commit b09e702403
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ const base = {
loader: 'babel-loader', loader: 'babel-loader',
exclude: /(node_modules|bower_components|\.embark[\\/]versions)/, exclude: /(node_modules|bower_components|\.embark[\\/]versions)/,
options: { options: {
cacheDirectory: true,
plugins: [ plugins: [
[ [
'babel-plugin-module-resolver', { 'babel-plugin-module-resolver', {