We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
操作步骤 按官网教程创建Vue3/Vite-ts版, 运行 npm run dev:mp-weixin --minify 报错
npm run dev:mp-weixin --minify
/Workspace/my-vue3-project/node_modules/cac/dist/index.js:404 throw new CACError(`Unknown option \`${name.length > 1 ? `--${name}` : `-${name}`}\``); Error: Unknown option `--minify`
The text was updated successfully, but these errors were encountered:
可以先通过vite.config.js配置minify
Sorry, something went wrong.
fix(cli): --minify in dev mode (dcloudio/uni-preset-vue#56)
1c8a4f2
No branches or pull requests
操作步骤
按官网教程创建Vue3/Vite-ts版,
运行
npm run dev:mp-weixin --minify
报错
The text was updated successfully, but these errors were encountered: