Skip to content

Commit 5091a42

Browse files
committed
use usage approach for less bloat
1 parent ea60936 commit 5091a42

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
[
113113
"@babel/preset-env",
114114
{
115-
"useBuiltIns": "entry",
115+
"useBuiltIns": "usage",
116116
"corejs": 3
117117
}
118118
]

src/app.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// polyfills for compatibility with older browsers
2-
import 'core-js';
3-
41
// core
52
import p5 from './core/main';
63
import './core/constants';

0 commit comments

Comments
 (0)