Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@penge
Copy link
Owner

@penge penge commented Oct 23, 2022

Use ES modules which are now well supported in Chrome:

Also:

  • rename "static" to "public"
  • rename "out" to "dist"
  • update packages

Note: As a result of using ES modules, code shared between multiple files is now moved into reusable chunk files. This reduces the build size by 20% (from 87KB down to 68KB) at the time of writing.

@penge penge added the enhancement New feature or request label Oct 23, 2022
@penge penge added this to the 3.26 milestone Oct 23, 2022
- rename "static" to "public"
- rename "out" to "dist"
- update packages
@penge penge merged commit a19598b into master Oct 23, 2022
@penge penge deleted the esm branch October 23, 2022 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants