Remove JS devtool
authorTheSaminator <TheSaminator@users.noreply.github.com>
Wed, 9 Feb 2022 15:52:46 +0000 (10:52 -0500)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Wed, 9 Feb 2022 15:52:46 +0000 (10:52 -0500)
webpack.config.d/remove_devtool.js [new file with mode: 0644]

diff --git a/webpack.config.d/remove_devtool.js b/webpack.config.d/remove_devtool.js
new file mode 100644 (file)
index 0000000..02436fa
--- /dev/null
@@ -0,0 +1 @@
+;config.devtool = undefined;