mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-26 23:20:29 +00:00
customize babel-loader behavior -- don't try to cache babel macros
This commit is contained in:
parent
b09e702403
commit
6181808381
@ -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', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user