Closed renyuneyun closed 1 year ago
The fix is available in quasar-app-extension-ssg@5.1.0
Please, let me know if you have any issues.
Thanks. I have tested it just now, and adding SSG works. However, when trying to build static pages, there are errors. I'll open another issue as it's a different one.
When trying to add this extension to my project (
quasar ext add ssg
), I encounter the following error:It looks like a dependency version conflict, of
workbox-build
. I see there are PRs (by bot) to update that dependency, so probably that will resolve the issue?Though, to be honest, I'm not sure why the webpack part is there, i.e. (excerpt from above):
I'm using Vite, and the previous message also says vite, but for some reason it is installing dependency for webpack well.