-
Notifications
You must be signed in to change notification settings - Fork 59
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
Simplify package installation and usage #196
Labels
enhancement
New feature or request
Comments
Boot |
Is it closed accidentally? |
is this still relevant? |
sure! I hope it would be implemented someday |
This was referenced Mar 25, 2021
Merged
fixed in PRs referenced above |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/rollup/rollup/wiki/pkg.module#wait-it-just-means-import-and-export--not-other-future-javascript-features
This article says that tree-shakable code can be delivered in a way that doesn't ask a user to make any additional setup on his side. As I see it is true because all packages that I'm using doesn't require additional setup except JS SDK.
Expected Behavior
Current Behavior
, required changes in Webpack configs
Possible Solution
Transpile all es6 features except
import
/export
Possible Implementation
#117
The text was updated successfully, but these errors were encountered: