Skip to content

Commit ba3b3d4

Browse files
committed
Use option to add polyfill on demand for based on usage
1 parent 4ebc0ba commit ba3b3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
[
3838
"@babel/preset-env",
3939
{
40-
"useBuiltIns": "entry"
40+
"useBuiltIns": "usage"
4141
}
4242
],
4343
"@babel/preset-react"

0 commit comments

Comments
 (0)