Skip to content

Commit ffd15c9

Browse files
committed
Don’t drop console logs
1 parent 6d0cc9b commit ffd15c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ module.exports = {
117117
if_return: true,
118118
join_vars: true,
119119
cascade: true,
120-
drop_console: true
120+
drop_console: false
121121
}
122122
})
123123
]

0 commit comments

Comments
 (0)