Skip to content

Commit c999c03

Browse files
committed
chore(babel): change browsers target, debug
1 parent e747852 commit c999c03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: templates/app/webpack.make.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ module.exports = function makeWebpackConfig(options) {
130130
['babel-preset-env', {
131131
// debug: true,
132132
targets: {
133-
browsers: ['last 2 versions', 'not ie < 11'],
133+
browsers: ['last 2 versions', 'not dead'],
134134
},
135+
debug: true,
135136
modules: false,
136137
}]
137138
],

0 commit comments

Comments
 (0)