aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/webpack.config.js
diff options
context:
space:
mode:
authorAvi Gaffa <avi.gaffa@amdocs.com>2018-07-30 07:15:08 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-30 07:15:08 +0000
commit67c6330e4fab794fc065fa667f39693a303dd2aa (patch)
tree3e26acf8ec73312955fc47624ea43c4cabcc60a3 /workflow-designer-ui/src/main/frontend/webpack.config.js
parent2772584fe277c40825420bcbd65a9f7057649df4 (diff)
parent76ca37c5dd158f1700946e17f5448e0dc1bfa8fa (diff)
Merge "add api integration and add review comments"
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 9038b70a..c724d9fc 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');
@@ -149,7 +147,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,