Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Sep 11, 2023
1 parent 176f3e0 commit f2b68a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 )
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f2b68a9

Please sign in to comment.