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
next export
swDest
I have a custom swDest on my app like below.
workboxOpts: { swDest: 'public/service-worker.js', ...otherSettings, }
When doing next export it's generate service-worker.js file in out/public/service-worker.js which should be out/service-worker.js right?
service-worker.js
out/public/service-worker.js
out/service-worker.js
It should generate service-worker.js file in out/service-worker.js instead of out/public/service-worker.js
next-offline@^5.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue and steps to reproduce.
I have a custom
swDest
on my app like below.When doing
next export
it's generateservice-worker.js
file inout/public/service-worker.js
which should beout/service-worker.js
right?Expectations
It should generate
service-worker.js
file inout/service-worker.js
instead ofout/public/service-worker.js
Versions.
next-offline@^5.0.0
The text was updated successfully, but these errors were encountered: