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
目前自定义配置文件支持的选项并不多
The text was updated successfully, but these errors were encountered:
给个chainWebpack的入口?
Sorry, something went wrong.
看了下,这个用 webpack-chain 实现应该不算太复杂 我是想着不做太复杂,能满足项目的需要,,配置尽量像VUE-CLI-3的配置上靠,最后megalo VUE-VLI-3的插件出来了,就可以迁移过去用它的生态了
webpack-chain
是的是的,我也是用过vue-cli3后觉得webpack-chain的入口很强大,可以让cli适应各种不同需求的项目 之前尝试用vue-cli3搭配megalo(默认模板生成,再一点点往上加)尝试做出同时支持h5和小程序的脚手架。可惜后面发现通过webpack-chain去调整webpack的target为@megalo/target似乎没有什么效果(不清楚是webpack-chain的问题还是vue-cli的问题,当时没时间去仔细看它们的代码),所以就先放着了。
1.x 版先已支持
No branches or pull requests
目前自定义配置文件支持的选项并不多
The text was updated successfully, but these errors were encountered: