magellan/src/pwa.js

8 lines
120 B
JavaScript

import runtime from 'offline-plugin/runtime';
runtime.install({
onUpdateReady() {
runtime.applyUpdate();
}
});