You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After implementing the fix for #48 I noticed that even if the generation of the pages during build time went fine and gave the proper results, when the javascript loads in the browser it didn't work.
That is due to the NodeJS methods I used.
They need to be replaced with native javascript so browsers can run the code to.
I wasnt aware of that. I prepare another MR to fix it in its entirety :)
The text was updated successfully, but these errors were encountered:
hendrikbursian
added a commit
to hendrikbursian/gridsome-plugin-pwa
that referenced
this issue
Aug 16, 2020
Fixesrishabh3112#50
When fixing the path generation for "msapplication-TileImage" rishabh3112#48 NodeJS methods were used.
This commit fixes the usage of NodeJS which is not available in the browser.
hendrikbursian
added a commit
to hendrikbursian/gridsome-plugin-pwa
that referenced
this issue
Aug 16, 2020
Fixesrishabh3112#50
When fixing the path generation for "msapplication-TileImage" rishabh3112#48 NodeJS methods were used.
This commit fixes the usage of NodeJS which is not available in the browser.
Hey its me again!
After implementing the fix for #48 I noticed that even if the generation of the pages during build time went fine and gave the proper results, when the javascript loads in the browser it didn't work.
That is due to the NodeJS methods I used.
They need to be replaced with native javascript so browsers can run the code to.
I wasnt aware of that. I prepare another MR to fix it in its entirety :)
The text was updated successfully, but these errors were encountered: