aboutsummaryrefslogtreecommitdiff
path: root/vnext/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-10-28 10:26:05 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit4039230974bb5275a70797c48f8c4635d253514c (patch)
tree2ceebeaecfde88c07eaba78dd4947bd926afe64c /vnext/webpack.config.js
parentd794f5757cf8ea94039dea27f55cfebe10d3d1ec (diff)
Disable unused `devServer` options
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r--vnext/webpack.config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js
index 48b1593b..0d35075f 100644
--- a/vnext/webpack.config.js
+++ b/vnext/webpack.config.js
@@ -94,9 +94,7 @@ module.exports = (env, argv) => {
new ESLintPlugin({ files: 'src', lintDirtyModulesOnly: true, failOnWarning: false, failOnError: true, fix: false })
],
devServer: {
- bonjour: true,
historyApiFallback: true,
- host: '0.0.0.0',
hot: true,
client: {
overlay: true