Skip to content

Commit

Permalink
fix: asyn load
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxch committed Sep 7, 2022
1 parent fd8e644 commit e46cb35
Show file tree
Hide file tree
Showing 8 changed files with 477 additions and 263 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignore-workspace-root-check=true
shamefully-hoist=true
git-checks=false
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog


### 0.4.5

_2022-09-07_
#### Fix

- support aysnc load components.([#14](https://github.com/chenxch/vite-plugin-dynamic-base/issues/14))
### 0.4.4

_2022-06-24_
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

### 0.4.5

_2022-09-07_
#### Fix

- 支持 异步加载组件.([#14](https://github.com/chenxch/vite-plugin-dynamic-base/issues/14))

### 0.4.4

_2022-06-24_
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ npm i vite-plugin-dynamic-base -D

## Changelog

### 0.4.4
### 0.4.5

_2022-06-24_
#### Feat
_2022-09-07_
#### Fix

- support legacy modernPolyfills.([#9](https://github.com/chenxch/vite-plugin-dynamic-base/issues/9))
- support aysnc load components.([#14](https://github.com/chenxch/vite-plugin-dynamic-base/issues/14))


[Changelogs](./CHANGELOG.md)
Expand Down
8 changes: 4 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ npm i vite-plugin-dynamic-base -D

## 变更日志

### 0.4.4
### 0.4.5

_2022-06-24_
#### Feat
_2022-09-07_
#### Fix

- 支持 legacy modernPolyfills.([#9](https://github.com/chenxch/vite-plugin-dynamic-base/issues/9))
- 支持 异步加载组件.([#14](https://github.com/chenxch/vite-plugin-dynamic-base/issues/14))


[变更日志](./CHANGELOG.zh-CN.md)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-dynamic-base",
"version": "0.4.5",
"version": "0.4.4",
"description": "Resolve all resource files dynamic publicPath, like Webpack's __webpack_public_path__",
"main": "dist/index.js",
"scripts": {
Expand Down
Loading

0 comments on commit e46cb35

Please sign in to comment.