summaryrefslogtreecommitdiff
path: root/webpack/webpack.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webpack/webpack.config.ts')
-rw-r--r--webpack/webpack.config.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts
index f2bcf48f31..753d89fede 100644
--- a/webpack/webpack.config.ts
+++ b/webpack/webpack.config.ts
@@ -20,7 +20,8 @@ module.exports = langs.map(([lang, locale]) => {
stats: './src/web/app/stats/script.ts',
status: './src/web/app/status/script.ts',
dev: './src/web/app/dev/script.ts',
- auth: './src/web/app/auth/script.ts'
+ auth: './src/web/app/auth/script.ts',
+ sw: './src/web/app/sw.js'
};
const output = {