Skip to content

Commit

Permalink
fix: upgrade wxt
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakuraMizu committed Jul 2, 2024
1 parent fb61288 commit 356c95c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 26 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"build:firefox": "wxt build -b firefox",
"zip:chrome": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"clean": "wxt clean",
"postinstall": "wxt prepare",
"lint": "eslint .",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
Expand Down Expand Up @@ -50,7 +51,7 @@
"typescript-eslint": "^7.14.1",
"unplugin-icons": "^0.19.0",
"vite-plugin-chunk-split": "^0.5.0",
"wxt": "^0.18.10"
"wxt": "^0.18.11"
},
"dependencies": {
"@emotion/react": "^11.11.4",
Expand Down
34 changes: 11 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions wxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ export default defineConfig({
zip: {
artifactTemplate: `{{name}}-{{version}}-${gitBranch}-${gitVersion}-{{browser}}.zip`,
sourcesTemplate: `{{name}}-{{version}}-${gitBranch}-${gitVersion}-sources.zip`,
// FIXME: remove this after https://github.com/wxt-dev/wxt/pull/774 being merged and released
excludeSources: ['dist/**'],
},
outDir: 'dist',
});

0 comments on commit 356c95c

Please sign in to comment.