magellan/src/pwa.js

8 lines
120 B
JavaScript
Raw Normal View History

2019-03-24 19:47:58 +00:00
import runtime from 'offline-plugin/runtime';
runtime.install({
onUpdateReady() {
runtime.applyUpdate();
}
});