Browse Source

Forgot the config T_T

master
Eduard Kuzmenko 3 years ago
parent
commit
0c06da7986
  1. 2
      webpack.common.js

2
webpack.common.js

@ -142,7 +142,7 @@ module.exports = { @@ -142,7 +142,7 @@ module.exports = {
plugins: [
new ServiceWorkerWebpackPlugin({
entry: path.join(__dirname, 'src/lib/mtproto/mtproto.service.ts'),
entry: path.join(__dirname, 'src/lib/serviceWorker/index.service.ts'),
filename: 'sw.js',
//excludes: ['**/*'],
includes: [

Loading…
Cancel
Save