diff --git a/lib/pipeline/webpack.config.js b/lib/pipeline/webpack.config.js index 90908cd4f..770415b49 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', {