v1.0.0-alpha
Pre-release
Pre-release
sebamarynissen
released this
30 May 20:55
·
2 commits
to main
since this release
What's Changed
This release marks v1.0.0 of vue-esm-loader
. It now no longer relies on create-esm-loader to compose it with other loaders, but can be used with the module.register()
api from Node. See the migration guide in the readme for more information.
PRs
- docs: add a TypeScript example and tests by @kwwxis in #6
- feat!: drop
create-esm-loader
in favor native composition by @sebamarynissen in #7 - chore: fix publish to npm by @sebamarynissen in #8
New Contributors
Full Changelog: v0.2.2...v1.0.0-alpha