aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-06-19 00:38:00 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-06-19 00:38:00 +0400
commit0c63a1c9f9db58ebe0e9af960cc46e296c3b303a (patch)
treebcae8de0d1d1f0488323b4e7d4cf2e1d19db7a5a /webpack.config.js
parentBump Webpack Related Dependencies (diff)
Bump Webpack Dev Server To 4.9.2
Migration guide: https://github.com/webpack/webpack-dev-server/blob/74c928135c7182e08238efb52c044e2d49ce6e9a/migration-v4.md Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 35c90a7..3747a07 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -70,7 +70,6 @@ module.exports = {
}]
},
devServer: {
- contentBase: path.join(__dirname, 'public'),
compress: true,
port: 3000,
historyApiFallback: true,