mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
wChunk windows fix
This commit is contained in:
parent
4451178c99
commit
8550bcd684
@ -107,7 +107,7 @@ export function wp(p = '') {
|
||||
export function wChunk(p = '') {
|
||||
/* istanbul ignore if */
|
||||
if (isWindows) {
|
||||
return p.replace(/\\/g, '/')
|
||||
return p.replace(/\//g, '_')
|
||||
}
|
||||
return p
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user