mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 16:12:12 +00:00
wChunk attempt (2)
This commit is contained in:
parent
1cc2c6b5b0
commit
74df4472bc
@ -97,7 +97,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