Skip to content

Commit

Permalink
Remove service worker (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
stkevintan committed Jan 29, 2024
1 parent 396e98a commit b53f951
Show file tree
Hide file tree
Showing 4 changed files with 11,859 additions and 15,875 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"debug": "^4.1.1",
"lodash": "^4.17.21",
"node-polyglot": "^2.4.0",
"register-service-worker": "^1.7.1",
"roboto-fontface": "*",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
Expand Down
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import App from './App.vue';

import 'roboto-fontface/css/roboto/roboto-fontface.css';
import '@mdi/font/css/materialdesignicons.css';
import './registerServiceWorker';

Vue.config.productionTip = false;

Expand Down
32 changes: 0 additions & 32 deletions src/registerServiceWorker.ts

This file was deleted.

0 comments on commit b53f951

Please sign in to comment.