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 = {
plugins: [ plugins: [
new ServiceWorkerWebpackPlugin({ 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', filename: 'sw.js',
//excludes: ['**/*'], //excludes: ['**/*'],
includes: [ includes: [

Loading…
Cancel
Save