mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-05 03:43:56 +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)/,
|
exclude: /(node_modules|bower_components|\.embark[\\/]versions)/,
|
||||||
options: {
|
options: {
|
||||||
cacheDirectory: true,
|
cacheDirectory: true,
|
||||||
|
customize: path.join(__dirname, 'webpack-overrides.js'),
|
||||||
plugins: [
|
plugins: [
|
||||||
[
|
[
|
||||||
'babel-plugin-module-resolver', {
|
'babel-plugin-module-resolver', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user