Skip to content

Commit 08c3649

Browse files
committed
remove no minify
1 parent 609cb27 commit 08c3649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"dev": "pnpm clean && plasmo dev",
1010
"dev:opera": "pnpm dev --target=opera-mv3",
11-
"build": "plasmo build --no-minify",
11+
"build": "plasmo build --no-optimize",
1212
"package": "plasmo package",
1313
"clean": "run-script-os",
1414
"clean:nix": "rm -rf build && rm -rf .plasmo",

0 commit comments

Comments
 (0)