UNPKG

379 BJavaScriptView Raw
1var warn = "offline-plugin: runtime was installed without OfflinePlugin being added to the webpack.config.js. See https://goo.gl/2Ca7NO for details.";
2
3if (window.console) {
4 if (console.info) {
5 console.info(warn);
6 } else if (console.log) {
7 console.log(warn);
8 }
9}
10
11exports.install = function() {};
12exports.applyUpdate = function() {};
13exports.update = function() {};
\No newline at end of file