We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf8af6 commit f1a3122Copy full SHA for f1a3122
packages/webpack/example/webpack.config.js
@@ -1,6 +1,6 @@
1
const path = require('path')
2
const HoneybadgerSourceMapPlugin = require('@honeybadger-io/webpack')
3
-const { EnvironmentPlugin } = require("webpack")
+const { EnvironmentPlugin } = require('webpack')
4
5
module.exports = {
6
// Entry here would normally just be the `index.js` file, however
0 commit comments