Vanessa 2023-03-02 09:58:16 +08:00
parent b649a70e8c
commit a23fcd605d
6 changed files with 2 additions and 40 deletions

View file

@ -11,7 +11,8 @@
"dev:mobile": "webpack --mode development --config webpack.mobile.js",
"dev:desktop": "webpack --mode development --config webpack.desktop.js",
"dev:export": "webpack --mode development --config webpack.export.js",
"build": "webpack --mode production && pnpm run '/build:.*/'",
"build": "pnpm run '/build:.*/'",
"build:app": "webpack --mode production",
"build:mobile": "webpack --mode production --config webpack.mobile.js",
"build:desktop": "webpack --mode production --config webpack.desktop.js",
"build:export": "webpack --mode production --config webpack.export.js",