From b09e7024037506be27be4699a2e5138e110f062c Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Mon, 1 Oct 2018 19:17:20 -0500 Subject: [PATCH] enabel babel-loader's default cache directory --- 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 a9fb02e68..90908cd4f 100644 --- a/lib/pipeline/webpack.config.js +++ b/lib/pipeline/webpack.config.js @@ -102,6 +102,7 @@ const base = { loader: 'babel-loader', exclude: /(node_modules|bower_components|\.embark[\\/]versions)/, options: { + cacheDirectory: true, plugins: [ [ 'babel-plugin-module-resolver', {