chore: Update webpack.config.js (#1153)

Add a cautionary comment about `devServer` being a security problem. ## References https://github.com/advisories/GHSA-wr3j-pwj9-hqq6

Gar committed Jun 12, 2024 at 10:26 UTC 2c47062e4943dbb900d220beb644d10a60dfa9ac
1 file changed +2
webpack.config.js
+2
@@ -1,4 +1,6 @@
1 const {resolve} = require('path')
2 +// XXX do not export a devServer from this file.
3 +// See https://github.com/advisories/GHSA-wr3j-pwj9-hqq6 for more info.
4 module.exports = {
5 resolve: {
6 alias: {