Skip to content

Commit

Permalink
docs: build
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
VirgilClyne committed Oct 18, 2024
1 parent 0a3f275 commit 69ed111
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
### 🛠️ Bug Fixes
* 修复 `YouTube Music` 没有正确为 URL 添加参数的问题

### 🔄 Other Changes
* 打包器由 `rollup` 更改为 `rspack`
2 changes: 1 addition & 1 deletion rspack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
//additionalAliases: ['console'],
}),
new rspack.BannerPlugin({
banner: `console.log('version: ${pkg.version}');`,
banner: `console.log('Version: ${pkg.version}');`,
raw: true,
}),
new rspack.BannerPlugin({
Expand Down
2 changes: 1 addition & 1 deletion rspack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
//additionalAliases: ['console'],
}),
new rspack.BannerPlugin({
banner: `console.log('version: ${pkg.version}');`,
banner: `console.log('Version: ${pkg.version}');`,
raw: true,
}),
new rspack.BannerPlugin({
Expand Down

0 comments on commit 69ed111

Please sign in to comment.