mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-03 09:24:25 +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