-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
contribution welcomefeature requestintend to implementThe team has the intention to implement this feature at some point. Contribution is also welcome.The team has the intention to implement this feature at some point. Contribution is also welcome.
Description
What problem does this feature solve?
I'm having trouble with the pwa plugin for 3.0. I want to use InjectManifest
, but building the project doesn't work because cacheId
is not allowed for workbox 3 in InjectManifest
Mode. But cacheId
is always set by cli-plugin-pwa/index.js
, no matter which mode is set.
Error message: ERROR ValidationError: "cacheId" is not a supported parameter.
What does the proposed API look like?
Allow setting CacheId
in vue.config.js
and also add the possibilty to use null as value, which causes cli-plugin-pwa/index.js
to remove the attribute, to prevent this error.
altitudems, umarov and iraj-jelo
Metadata
Metadata
Assignees
Labels
contribution welcomefeature requestintend to implementThe team has the intention to implement this feature at some point. Contribution is also welcome.The team has the intention to implement this feature at some point. Contribution is also welcome.