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

fix(cli): UNI_FEATURE_OBSOLETE

上级 a060a51b
......@@ -111,7 +111,7 @@ module.exports = function generateComponent (compilation) {
}
})
}
if (process.env.UNI_FEATURE_OBSOLETE !== false) {
if (process.env.UNI_FEATURE_OBSOLETE !== 'false') {
if (lastComponents.length) {
for (const name of lastComponents) {
if (!curComponents.includes(name)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册