mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
Merge remote-tracking branch 'nuxt/dev' into dev
This commit is contained in:
commit
e5941ca457
@ -107,7 +107,7 @@ export function wp(p = '') {
|
|||||||
export function wChunk(p = '') {
|
export function wChunk(p = '') {
|
||||||
/* istanbul ignore if */
|
/* istanbul ignore if */
|
||||||
if (isWindows) {
|
if (isWindows) {
|
||||||
return p.replace(/\//g, '\\\\')
|
return p.replace(/\\/g, '/')
|
||||||
}
|
}
|
||||||
return p
|
return p
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user