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

chore(cli): remove usingComponents tips

上级 7a482376
...@@ -193,10 +193,6 @@ if (process.env.UNI_USING_NATIVE) { ...@@ -193,10 +193,6 @@ if (process.env.UNI_USING_NATIVE) {
' 。编译模式差异见:https://ask.dcloud.net.cn/article/36074') ' 。编译模式差异见:https://ask.dcloud.net.cn/article/36074')
} else if (process.env.UNI_PLATFORM !== 'h5') { } else if (process.env.UNI_PLATFORM !== 'h5') {
try { try {
const modeText = '当前项目编译模式:' +
(platformOptions.usingComponents ? '自定义组件模式' : '非自定义组件模式') +
'。编译模式差异见:https://ask.dcloud.net.cn/article/35843'
let info = '' let info = ''
if (process.env.UNI_PLATFORM === 'app-plus') { if (process.env.UNI_PLATFORM === 'app-plus') {
const pagesPkg = require('@dcloudio/webpack-uni-pages-loader/package.json') const pagesPkg = require('@dcloudio/webpack-uni-pages-loader/package.json')
...@@ -209,20 +205,18 @@ if (process.env.UNI_USING_NATIVE) { ...@@ -209,20 +205,18 @@ if (process.env.UNI_USING_NATIVE) {
}).length }).length
if (hasNVue) { if (hasNVue) {
console.log(info) console.log(info)
console.log(modeText)
if (needWarning) { if (needWarning) {
console.log(warningMsg) console.log(warningMsg)
} }
console.log('当前nvue编译模式:' + (isNVueCompiler ? 'uni-app' : 'weex') + console.log('当前nvue编译模式:' + (isNVueCompiler ? 'uni-app' : 'weex') +
' 。编译模式差异见:https://ask.dcloud.net.cn/article/36074') ' 。编译模式差异见:https://ask.dcloud.net.cn/article/36074')
} else { } else {
console.log(info + '' + modeText) console.log(info)
if (needWarning) { if (needWarning) {
console.log(warningMsg) console.log(warningMsg)
} }
} }
} else { } else {
console.log(modeText)
if (needWarning) { if (needWarning) {
console.log(warningMsg) console.log(warningMsg)
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册