From: TheSaminator Date: Wed, 9 Feb 2022 15:52:46 +0000 (-0500) Subject: Remove JS devtool X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=ba2278d3f8e5680dd672065443fec7205c82b41c;p=starship-fights Remove JS devtool --- diff --git a/webpack.config.d/remove_devtool.js b/webpack.config.d/remove_devtool.js new file mode 100644 index 0000000..02436fa --- /dev/null +++ b/webpack.config.d/remove_devtool.js @@ -0,0 +1 @@ +;config.devtool = undefined;