Enable PWA
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-06 14:04:25 +02:00
parent 11e06c51c9
commit 18c7943d0d

View File

@@ -130,20 +130,20 @@ export default {
/* /*
** Service worker ** Service worker
*/ */
// serviceworker: { serviceworker: {
// input: sapperConfig.serviceworker.input(), input: sapperConfig.serviceworker.input(),
// output: sapperConfig.serviceworker.output(), output: sapperConfig.serviceworker.output(),
// plugins: [ plugins: [
// resolve(), resolve(),
// aliases, aliases,
// replace({ replace({
// 'process.browser': true, 'process.browser': true,
// ...replaceOptions ...replaceOptions
// }), }),
// commonjs(), commonjs(),
// !dev && terser() !dev && terser()
// ], ],
// onwarn, onwarn,
// } }
} }