Skip to content

Commit

Permalink
chore: release v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Nov 21, 2022
1 parent 0f44fd9 commit b8504a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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-chunk-split",
"version": "0.4.3",
"version": "0.4.4",
"description": "A vite plugin for better chunk split",
"author": "sanyuan0704",
"main": "dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export function chunkSplitPlugin(
}
return {
code: code,
map: chunk.map,
};
},
};
Expand Down

0 comments on commit b8504a1

Please sign in to comment.