Skip to content

Commit 7dcec45

Browse files
author
Sebastian Kippe
committed
Add browerslist config
This specifies the build targets for Babel's "env" preset, being used to decide which compatibility transforms will be used in the release file. This change removes the need for specific Babel plugins, as the build will analyze the code and automatically add the necessary polyfills and transforms.
1 parent 10302ec commit 7dcec45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.browserslistrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Browsers that we support
2+
3+
cover 99.5%
4+
ie >= 11
5+
maintained node versions
6+
not dead

0 commit comments

Comments
 (0)