We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac13bfb commit 4e49123Copy full SHA for 4e49123
demos/01-simple-plugin/webpack.config.js
@@ -1,6 +1,9 @@
1
module.exports = {
2
entry: './src/main',
3
4
+ mode: 'development',
5
+ devtool: false,
6
+
7
plugins: [
8
new (require('./simple-plugin'))()
9
]
0 commit comments