Skip to content

Commit f1a3122

Browse files
Lint
1 parent dcf8af6 commit f1a3122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack/example/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const path = require('path')
22
const HoneybadgerSourceMapPlugin = require('@honeybadger-io/webpack')
3-
const { EnvironmentPlugin } = require("webpack")
3+
const { EnvironmentPlugin } = require('webpack')
44

55
module.exports = {
66
// Entry here would normally just be the `index.js` file, however

0 commit comments

Comments
 (0)