提交 a307aa03 编写于 作者: fxy060608's avatar fxy060608

fix(cli): remove entry('app')

上级 c72ebc27
......@@ -111,7 +111,9 @@ const v3 = {
]
}
},
chainWebpack (webpackConfig, vueOptions) {
chainWebpack (webpackConfig, vueOptions) {
webpackConfig.entryPoints.delete('app')
const isAppService = !!vueOptions.pluginOptions['uni-app-plus']['service']
const isAppView = !!vueOptions.pluginOptions['uni-app-plus']['view']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册