aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/webpack.config.js
diff options
context:
space:
mode:
authorStanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>2018-08-28 14:17:24 +0300
committerStanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>2018-08-28 14:17:28 +0300
commit6c7b3b6ba546fbddca5211a6399d82593c587d74 (patch)
tree5ca19755e46f0affa5cae15bc734ce2505d35919 /workflow-designer-ui/src/main/frontend/webpack.config.js
parent7b771d212127f74a6bd5f6d1a85c39a0b71416d3 (diff)
wf composition fixes
Issue-ID: SDC-1591 Change-Id: I3256f73cbcc89356f03e1e261c3d3c31744b1218 Signed-off-by: Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/webpack.config.js')
-rw-r--r--workflow-designer-ui/src/main/frontend/webpack.config.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/workflow-designer-ui/src/main/frontend/webpack.config.js b/workflow-designer-ui/src/main/frontend/webpack.config.js
index fa4e5d83..7e7b02bc 100644
--- a/workflow-designer-ui/src/main/frontend/webpack.config.js
+++ b/workflow-designer-ui/src/main/frontend/webpack.config.js
@@ -48,15 +48,7 @@ module.exports = (env, argv) => {
services: path.resolve(__dirname, 'src/services'),
shared: path.resolve(__dirname, 'src/shared'),
config: path.resolve(__dirname, 'src/config')
- },
- plugins: [
- new ModuleRedirectPlugin({
- intercept: /min-dom\/lib/,
- ignore: /\/bpmn-js-properties-panel/,
- redirect:
- 'node_modules/bpmn-js-properties-panel/node_modules/min-dom/lib'
- })
- ]
+ }
},
output: {
path: __dirname + '/dist',