aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/webpack.config.prod.js
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/webpack.config.prod.js')
-rw-r--r--Timeline/ClientApp/webpack.config.prod.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/webpack.config.prod.js b/Timeline/ClientApp/webpack.config.prod.js
index 3b74faf6..e4594421 100644
--- a/Timeline/ClientApp/webpack.config.prod.js
+++ b/Timeline/ClientApp/webpack.config.prod.js
@@ -9,7 +9,7 @@ const WorkboxPlugin = require('workbox-webpack-plugin');
const { commonRules, htmlCommonConfig } = require('./webpack.common');
const config = {
- entry: ['./src/app/index.tsx'],
+ entry: ['./src/app/index.tsx', './src/app/service-worker.tsx'],
mode: 'production',
devtool: 'source-map',
module: {