Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

PWA not work in windows #533

Closed
VdustR opened this issue Jan 24, 2019 · 1 comment
Closed

PWA not work in windows #533

VdustR opened this issue Jan 24, 2019 · 1 comment

Comments

@VdustR
Copy link

VdustR commented Jan 24, 2019

This might be related to micromatch/is-glob#9

In linux it works fine. In windows it throw:

[copy-webpack-plugin] WARNING - unable to locate 'C:\my-repo\{manifest,manifest}.json'

I checked copy-webpack-plugin and it returned false here only in windows.

Tried:

> require('is-glob')('C:\\{foo,bar}.js')
false
> require('is-glob')('/{foo,bar}.js')
true

I also tried is-glob@2.0.1 and got true in both cases.

Any idea to fix this?

Thanks for the great repo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants