diff options
Diffstat (limited to 'sdnr/wt/odlux/apps/helpApp/webpack.config.js')
-rw-r--r-- | sdnr/wt/odlux/apps/helpApp/webpack.config.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/apps/helpApp/webpack.config.js b/sdnr/wt/odlux/apps/helpApp/webpack.config.js index f9448a310..3a56d8bea 100644 --- a/sdnr/wt/odlux/apps/helpApp/webpack.config.js +++ b/sdnr/wt/odlux/apps/helpApp/webpack.config.js @@ -123,7 +123,6 @@ module.exports = (env) => { }]), ] ], - devServer: { public: "http://localhost:3100", contentBase: frameworkPath, |