Merge upstream

This commit is contained in:
Jason Miller
2020-12-10 10:24:56 -05:00
parent a2fb7a38cd
commit d1d181fccd
26 changed files with 358 additions and 29 deletions

View File

@@ -112,7 +112,9 @@ export default async function ({ watch }) {
plugins: [
{ resolveFileUrl, resolveImportMeta },
OMT({ loader: await omtLoaderPromise }),
serviceWorkerPlugin({ output: 'static/sw.js' }),
serviceWorkerPlugin({
output: 'static/serviceworker.js',
}),
...commonPlugins(),
commonjs(),
resolve(),