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

refactor(cli): preprocess

上级 81509d5a
......@@ -54,10 +54,8 @@ module.exports = function initPreprocess (name, platforms, userDefines = {}) {
}
userDefineKeys.forEach(name => {
if (userDefines[name]) {
const key = normalize(name)
vueContext[key] = nvueContext[key] = true
}
const key = normalize(name)
vueContext[key] = nvueContext[key] = !!userDefines[name]
})
return {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册