diff options
author | crupest <crupest@outlook.com> | 2021-05-17 20:27:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-17 20:27:04 +0800 |
commit | 1482486dd4cc8b452a38603a1fe14e763a19550b (patch) | |
tree | 39da8b8e7e854a8135dda1b993d1317196b3c4aa /FrontEnd/webpack.config.dev.js | |
parent | 0a9ec27b53902e7d0fbd362d81ce762f0ee742a4 (diff) | |
download | timeline-1482486dd4cc8b452a38603a1fe14e763a19550b.tar.gz timeline-1482486dd4cc8b452a38603a1fe14e763a19550b.tar.bz2 timeline-1482486dd4cc8b452a38603a1fe14e763a19550b.zip |
build: Remove an unused package.
Diffstat (limited to 'FrontEnd/webpack.config.dev.js')
-rw-r--r-- | FrontEnd/webpack.config.dev.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/FrontEnd/webpack.config.dev.js b/FrontEnd/webpack.config.dev.js index a10bdaa8..a657861b 100644 --- a/FrontEnd/webpack.config.dev.js +++ b/FrontEnd/webpack.config.dev.js @@ -35,10 +35,6 @@ config.module config.devtool("eval-cheap-module-source-map");
-config.resolve.set("fallback", {
- querystring: require.resolve("querystring-es3"),
-});
-
config.devServer
.contentBase(path.resolve(__dirname, "public/"))
.port(3000)
|