Martin Widmann

Results 5 comments of Martin Widmann

One small caveat, should anybody come here in search for a solution for `noscript`. The children of the `` are not rendered if it is inside a conditional. ```html OMG...

Should somebody else stumble on this while trying this out, here's the solution I found on [StackOverflow](https://stackoverflow.com/questions/66325582/nuxt-js-cannot-find-module-babel-preset-env-lib-utils) Adding the following to my `nuxt.config.js` fixes this: ```js export default { //...

Would be great if this PR could be merged soon. Please.

@jasonbahl sadly this doesn't solve the issue as it lies deeper than this. The querying of the posts to fetch has been changed, so that you first only fetch the...

Found [this issue](https://github.com/nuxt-community/pwa-module/issues/299) on the pwa-module issue tracker which seems to be related to my problem. Seems that adding the following ``` pwa: { workbox: { swURL: 'OneSignalSDKWorker.js', ... }...