Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make es2020 bundle es5 #7760

Closed
wants to merge 1 commit into from
Closed

Conversation

alexkreidler
Copy link

closes #7759

This will help solve issues with importing vega-lite from node_modules. It will avoid the need to add special build configuration to your environment (eg NextJS, Create React App, Webpack or Rollup) to transpile the lib from node_modules. For example, it will help with vega/react-vega#367

@domoritz
Copy link
Member

As mentioned in #7759, I believe this is an issue with the bundler.

@domoritz domoritz closed this Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bundle output is ES2020 not ES2015
2 participants