fix(ui): webpack error after creating a new project

This commit is contained in:
Guillaume Chau
2018-05-23 14:59:02 +02:00
parent 5075f4b2fe
commit 1c95dc22e9

View File

@@ -265,6 +265,8 @@ async function run (id, context) {
}, context)
}
process.env.VUE_CLI_CONTEXT = cwd.get()
const child = execa(command, args, {
cwd: cwd.get(),
stdio: ['inherit', 'pipe', 'pipe', 'ipc']