mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Fix lint errors
This commit is contained in:
parent
25e64e5219
commit
28488d8feb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const webpack = require("webpack");
|
||||
const merge = require("webpack-merge");
|
||||
const common = require("./webpack.common.js");
|
||||
const workboxPlugin = require("workbox-webpack-plugin");
|
||||
const common = require("./webpack.common.js");
|
||||
|
||||
const config = merge(common, {
|
||||
devtool: "source-map",
|
||||
|
|
@ -20,7 +20,7 @@ const config = merge(common, {
|
|||
new workboxPlugin.GenerateSW({
|
||||
swDest: "service-worker.js",
|
||||
clientsClaim: true,
|
||||
skipWaiting: true,
|
||||
skipWaiting: true
|
||||
})
|
||||
]
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue