提交 0cad7a2e 编写于 作者: 雪洛's avatar 雪洛

Update build.js

上级 43f6ccd6
...@@ -40,7 +40,8 @@ service.run('build', { ...@@ -40,7 +40,8 @@ service.run('build', {
formats: process.env.UNI_WATCH === 'true' ? 'umd' : 'umd-min', formats: process.env.UNI_WATCH === 'true' ? 'umd' : 'umd-min',
entry, entry,
clean: !process.env.UNI_VIEW, clean: !process.env.UNI_VIEW,
mode: process.env.NODE_ENV mode: process.env.NODE_ENV,
'inline-vue': process.env.UNI_VIEW === 'true'
}).then(function () { }).then(function () {
if ( if (
process.env.UNI_WATCH !== 'true' && process.env.UNI_WATCH !== 'true' &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册