Skip to content

Commit 97870d0

Browse files
committed
Make Webpack test config run in development mode
1 parent 00a775d commit 97870d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.test.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const path = require('path');
22

33
module.exports = {
4-
mode: 'production',
4+
mode: 'development',
55
output: {
66
filename: 'index.js',
77
libraryTarget: 'umd',

0 commit comments

Comments
 (0)