aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/webpack.config.js
diff options
context:
space:
mode:
authorYarin Dekel <yarind@amdocs.com>2018-07-29 10:44:54 +0300
committerYarin Dekel <yarind@amdocs.com>2018-07-29 10:45:09 +0300
commit76ca37c5dd158f1700946e17f5448e0dc1bfa8fa (patch)
tree2fdf791a2a594af4a5a2c98b2a9bfd2830cd1a0a /workflow-designer-ui/src/main/frontend/webpack.config.js
parenta52d50e788792a63e97a9176ab319d53db7a2853 (diff)
add api integration and add review comments
Issue-ID: SDC-1562 Change-Id: I0aa3a099f3a36da9e8493708b8bfe52e5f991885 Signed-off-by: Yarin Dekel <yarind@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.js3
1 files changed, 0 insertions, 3 deletions
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,