Skip to content

Commit

Permalink
fix: es2020 bundle to es5
Browse files Browse the repository at this point in the history
closes vega#7759
  • Loading branch information
Your Name committed Oct 16, 2021
1 parent 226754f commit 6fcec4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ const outputs = [
babelHelpers: 'bundled',
presets: [
[
'@babel/env',
{
targets: 'defaults and not IE 11'
}
'@babel/preset-env',
],
'@babel/typescript'
]
Expand Down

0 comments on commit 6fcec4f

Please sign in to comment.