Kevin Marrec
Kevin Marrec
@manniL Yes I have ! @webcoderkz You need a file in root directory or in a `@types` directory (in both cases TypeScript compiler will take it into account). It needs...
@webcoderkz Could you provide a github repository directly, by any chance ? I will be able to take a look.
@webcoderkz Doesn't seem to be the right one, isn't it ? I don't have errors and can't find `svg` imports.
@webcoderkz Well then only workaround/solution shoud be : ```ts const logo = require("./logo.svg") as string ```
@webcoderkz No cause it's not syntax valid with `import` (AFAIK)
@userquin Do you have any source for this ? I don't remember what exactly it does. Is it for `manifest.json` ?
@userquin Alright, it's ok for me. This change is easy, you could easily contribute with a simple PR if you want :)
Hi @ashbeats this module does not have `OneSignal` support, yet.
When Workbox 3.0 will be official, won't it be easier to migrate actual "sw-precache-webpack-plugin" used by Quasar Framework PWA to the "Workbox webpack plugin" ? See : https://developers.google.com/web/tools/workbox/guides/migrations/migrate-from-sw#from_the_sw-precache-webpack-plugin_to_the_workbox_webpack_plugin If I...
My option seems easier to implement and btw if we want the feature quick, but the best (for me) is the option you mentioned, as far as we need to...