Skip to content

Commit ee98a2d

Browse files
committed
update webpack
1 parent 6892936 commit ee98a2d

File tree

4 files changed

+642
-21170
lines changed

4 files changed

+642
-21170
lines changed

.browserslistrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Browsers and runtimes we support
22
# https://github.com/browserslist/browserslist
3-
last 1 version
4-
not dead
5-
> 0.2%
3+
#last 1 version
4+
#not dead
5+
#> 0.2%
66
maintained node versions

babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const presets = [
88
// targets are specified in .browserslist
99
// run `npx browserslist` will show resultant targets or see debug output from build
1010
useBuiltIns: 'usage',
11-
corejs: '3.6.4',
11+
corejs: '3.33.2',
1212
modules: BABEL_ENV === 'es' ? false : 'auto', // not transforming modules for es
1313
debug: CI // show the browser target and plugins used when in CI mode
1414
}

0 commit comments

Comments
 (0)