Skip to content

Commit 4e49123

Browse files
committed
Update webpack config
1 parent ac13bfb commit 4e49123

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demos/01-simple-plugin/webpack.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
module.exports = {
22
entry: './src/main',
33

4+
mode: 'development',
5+
devtool: false,
6+
47
plugins: [
58
new (require('./simple-plugin'))()
69
]

0 commit comments

Comments
 (0)