diff options
author | 2022-06-23 15:05:31 +0400 | |
---|---|---|
committer | 2022-06-23 15:05:31 +0400 | |
commit | 7aa707daa1b4cfe9f2dedcc4e27d3b3a8600e79c (patch) | |
tree | bcae8de0d1d1f0488323b4e7d4cf2e1d19db7a5a /webpack.config.js | |
parent | Merge pull request #453 from DavinderJolly/snekbox-results-feedback (diff) | |
parent | Bump 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.js | 1 |
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, |