aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.config.js
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-06-23 15:05:31 +0400
committerGravatar GitHub <[email protected]>2022-06-23 15:05:31 +0400
commit7aa707daa1b4cfe9f2dedcc4e27d3b3a8600e79c (patch)
treebcae8de0d1d1f0488323b4e7d4cf2e1d19db7a5a /webpack.config.js
parentMerge pull request #453 from DavinderJolly/snekbox-results-feedback (diff)
parentBump Webpack Dev Server To 4.9.2 (diff)
Merge pull request #454 from python-discord/bump-dependencies
Bump Dependencies
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,