From 76ca37c5dd158f1700946e17f5448e0dc1bfa8fa Mon Sep 17 00:00:00 2001 From: Yarin Dekel Date: Sun, 29 Jul 2018 10:44:54 +0300 Subject: add api integration and add review comments Issue-ID: SDC-1562 Change-Id: I0aa3a099f3a36da9e8493708b8bfe52e5f991885 Signed-off-by: Yarin Dekel --- workflow-designer-ui/src/main/frontend/webpack.config.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'workflow-designer-ui/src/main/frontend/webpack.config.js') diff --git a/workflow-designer-ui/src/main/frontend/webpack.config.js b/workflow-designer-ui/src/main/frontend/webpack.config.js index c281bbab..70f41ed6 100644 --- a/workflow-designer-ui/src/main/frontend/webpack.config.js +++ b/workflow-designer-ui/src/main/frontend/webpack.config.js @@ -22,8 +22,6 @@ const UglifyJsPlugin = require('uglifyjs-webpack-plugin'); const { DefinePlugin } = require('webpack'); const ModuleRedirectPlugin = require('./tools/ModuleRedirectPlugin'); const devConfig = require('./tools/getDevConfig'); -//TODO: check for better solution -//const DEV = process.argv[1].indexOf('webpack-dev-server') >= 0; const apiMocker = require('webpack-api-mocker'); const proxyServer = require('./tools/proxy-server'); @@ -144,7 +142,6 @@ module.exports = (env, argv) => { port: devConfig.port, historyApiFallback: true, publicPath: `http://localhost:${devConfig.port}`, - //todo: need to check if array is mandatory contentBase: [path.join(__dirname, 'dist')], inline: true, hot: true, -- cgit 1.2.3-korg