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 | 537538f020f855faf1d721aea4620987388d5680 (patch) | |
tree | 2b9c8c64acb93cd0f26a10a3caa8ab3f7b9dd30f /FrontEnd/webpack.config.dev.js | |
parent | b164a0e3e9708596f4b7e32d0b43fb5094e51cf5 (diff) | |
download | timeline-537538f020f855faf1d721aea4620987388d5680.tar.gz timeline-537538f020f855faf1d721aea4620987388d5680.tar.bz2 timeline-537538f020f855faf1d721aea4620987388d5680.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)
|