Skip to content

Commit a98a8b2

Browse files
authored
Rollup: Increased Babel target to >1% (mrdoob#21413)
1 parent 9f4be87 commit a98a8b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

utils/build/rollup.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,7 @@ const babelrc = {
296296
'@babel/preset-env',
297297
{
298298
modules: false,
299-
// the supported browsers of the three.js browser bundle
300-
// https://browsersl.ist/?q=%3E0.3%25%2C+not+dead
301-
targets: '>0.3%, not dead',
299+
targets: '>1%',
302300
loose: true,
303301
bugfixes: true,
304302
}

0 commit comments

Comments
 (0)