We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5eea2 commit 3551966Copy full SHA for 3551966
wxt.config.ts
@@ -4,6 +4,10 @@ import { defineConfig } from "wxt";
4
export default defineConfig({
5
srcDir: "src",
6
vite: () => ({
7
+ build: {
8
+ minify: false,
9
+ sourcemap: true,
10
+ },
11
define: {
12
__APP_VERSION__: JSON.stringify(process.env.npm_package_version),
13
},
0 commit comments