Fix for sw.js

Style fixes
This commit is contained in:
CheddarCrisp 2020-02-06 14:45:09 -05:00
parent 3565cd5f73
commit 0feedf3a4b
6 changed files with 42 additions and 3 deletions

View file

@ -20,6 +20,7 @@ module.exports = {
}),
new ServiceWorkerWebpackPlugin({
entry: path.join(__dirname, 'src/sw.js'),
publicPath: './'
})
],
output: {