mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-25 00:29:06 -06:00
fix(ui): webpack error after creating a new project
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user