customize babel-loader behavior -- don't try to cache babel macros

This commit is contained in:
Michael Bradley, Jr 2018-10-01 19:17:39 -05:00 committed by Pascal Precht
parent b09e702403
commit 6181808381
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D

View File

@ -103,6 +103,7 @@ const base = {
exclude: /(node_modules|bower_components|\.embark[\\/]versions)/,
options: {
cacheDirectory: true,
customize: path.join(__dirname, 'webpack-overrides.js'),
plugins: [
[
'babel-plugin-module-resolver', {