Skip to content
New issue

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

How to get rid of the cache and service worker file generated by this plugin? #134

Open
1 of 3 tasks
flygis opened this issue Jan 18, 2018 · 1 comment
Open
1 of 3 tasks
Labels
document Add answers from this thread to README.md

Comments

@flygis
Copy link

flygis commented Jan 18, 2018

  • I'm submitting a bug report
  • I'm submitting a feature request
  • I'm submitting a support request

webpack version:
1.10.1

sw-precache-webpack-plugin version:
0.11.4

Please tell us about your environment:
Windows 10

Browser: [Phantom XX | Chrome XX | Firefox XX | IE XX | Safari XX | Other XX]
Any

Current behavior:
swPrecacheWebpackPlugin created cache and service worker re-creates itself on browser even when plugin is uninstalled, cache deleted and sw file unregisterd

Expected/desired behavior:
I want the cache and the service worker gone..

@goldhand
Copy link
Owner

Use the chrome developer tools, Application > Clear storage to clear out service worker and cache data.
You can also check out the unregister script used in create-react-app.

@goldhand goldhand added the document Add answers from this thread to README.md label Apr 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
document Add answers from this thread to README.md
Projects
None yet
Development

No branches or pull requests

2 participants