Skip to content

Commit

Permalink
chore: upgrade unplugin-info
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Jan 28, 2024
1 parent 482cf4a commit 4e8a1fa
Show file tree
Hide file tree
Showing 3 changed files with 4,435 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/webpack.base.conf.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Configuration } from 'webpack'
import CopyWebpackPlugin from 'copy-webpack-plugin'
import InfoPlugin from 'unplugin-info/webpack'
import createInfoPlugin from 'unplugin-info/webpack'

import { resolvePath } from './utils'

Expand Down Expand Up @@ -37,7 +37,7 @@ const baseWebpackConfig: Configuration = {
],
},
plugins: [
InfoPlugin(),
createInfoPlugin(),
new CopyWebpackPlugin({
patterns: [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ts-loader": "^9.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"unplugin-info": "^0.7.2",
"unplugin-info": "^1.0.2",
"url-loader": "^4.1.0",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2",
Expand Down
Loading

0 comments on commit 4e8a1fa

Please sign in to comment.