diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-21 05:09:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-21 05:09:45 +0900 |
| commit | c598a9cba2d4cdecf2aec3dcde1a893ee039bce3 (patch) | |
| tree | ecd8d77ef22f487296b7ae0b3aba44d79eaf1506 /webpack/webpack.config.ts | |
| parent | Merge remote-tracking branch 'refs/remotes/origin/master' into sw (diff) | |
| download | sharkey-c598a9cba2d4cdecf2aec3dcde1a893ee039bce3.tar.gz sharkey-c598a9cba2d4cdecf2aec3dcde1a893ee039bce3.tar.bz2 sharkey-c598a9cba2d4cdecf2aec3dcde1a893ee039bce3.zip | |
wip
Diffstat (limited to 'webpack/webpack.config.ts')
| -rw-r--r-- | webpack/webpack.config.ts | 3 |
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 = { |