From 8da0f7ed82ca6021c81416bf7d3160ce369be252 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Wed, 1 Mar 2017 00:07:04 +0200 Subject: [PATCH] build: get rid of unused replacement plugin --- build/empty.js | 0 build/webpack.common.js | 4 +--- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 build/empty.js diff --git a/build/empty.js b/build/empty.js deleted file mode 100644 index e69de29b..00000000 diff --git a/build/webpack.common.js b/build/webpack.common.js index 29cd5bee..5ff99d08 100644 --- a/build/webpack.common.js +++ b/build/webpack.common.js @@ -110,9 +110,7 @@ module.exports = function (options) { 'AOT': options.AOT }), - new StringReplacePlugin(), - new webpack.NormalModuleReplacementPlugin(/node_modules\/rxjs\/operator\/.*/, root('build/empty.js')), - new webpack.NormalModuleReplacementPlugin(/node_modules\/rxjs\/testing\//, root('build/empty.js')) + new StringReplacePlugin() ], node: { global: true,