We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea60936 commit 5091a42Copy full SHA for 5091a42
package.json
@@ -112,7 +112,7 @@
112
[
113
"@babel/preset-env",
114
{
115
- "useBuiltIns": "entry",
+ "useBuiltIns": "usage",
116
"corejs": 3
117
}
118
]
src/app.js
@@ -1,6 +1,3 @@
1
-// polyfills for compatibility with older browsers
2
-import 'core-js';
3
-
4
// core
5
import p5 from './core/main';
6
import './core/constants';
0 commit comments