From 6181808381941e7381b967e455f950ea118b253c Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Mon, 1 Oct 2018 19:17:39 -0500 Subject: [PATCH] customize babel-loader behavior -- don't try to cache babel macros --- lib/pipeline/webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pipeline/webpack.config.js b/lib/pipeline/webpack.config.js index 90908cd4..770415b4 100644 --- a/lib/pipeline/webpack.config.js +++ b/lib/pipeline/webpack.config.js @@ -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', {