diff --git a/webapp/.eslintignore b/webapp/.eslintignore index d56900caf..be90fc8e3 100644 --- a/webapp/.eslintignore +++ b/webapp/.eslintignore @@ -3,3 +3,4 @@ build .nuxt styleguide/ **/*.min.js +static/sw.js diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index 2f0df073a..b1e520b20 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -221,7 +221,7 @@ export default { '@nuxtjs/axios', '@nuxtjs/style-resources', '@nuxtjs/sentry', - '@nuxtjs/pwa' + '@nuxtjs/pwa', ], /*