diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..968f496 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [0.2.7] + +### Features + +- fix(remoteEntry): fix the url error of remoteEntry.json and the error of the external library import [#15](https://github.com/module-federation/vite/pull/15) +- refactor: modify the timing of the call [#9](https://github.com/module-federation/vite/pull/9) + +### Chores + +- set microbundle compress=false ( no compressed output ) diff --git a/package.json b/package.json index a5de009..8db72f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@module-federation/vite", - "version": "0.2.5", + "version": "0.2.7", "description": "Vite/Rollup plugin for Module Federation", "type": "module", "source": "src/index.ts",