We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, thanks for this and the apollo plugins! Just a real quick change here.
I'm using this plugin along with the pwa plugin and am receiving the following warning on Chrome 69.0.3497.92
The last argument to serve needs to either be omitted or changed to false on the following line: https://github.com/Akryum/vue-cli-plugin-ssr/blob/master/lib/app.js#L80
Thanks!
The text was updated successfully, but these errors were encountered:
@Akryum As this should probably be fixed and is an easy change (https://github.com/Akryum/vue-cli-plugin-ssr/blob/master/lib/app.js#L83), would you accept a MR for this?
Sorry, something went wrong.
Of course! :)
fix: don't cache service-worker.js when using pwa plugin (#53)
86de5f9
resolves #22
Successfully merging a pull request may close this issue.
Hello, thanks for this and the apollo plugins! Just a real quick change here.
I'm using this plugin along with the pwa plugin and am receiving the following warning on Chrome 69.0.3497.92
The last argument to serve needs to either be omitted or changed to false on the following line: https://github.com/Akryum/vue-cli-plugin-ssr/blob/master/lib/app.js#L80
Thanks!
The text was updated successfully, but these errors were encountered: