no service worker
This commit is contained in:
parent
05ffe63e3d
commit
94046e97d0
|
@ -95,13 +95,13 @@ module.exports = merge(sharedConfig, {
|
||||||
'**/*-webfont-*.svg',
|
'**/*-webfont-*.svg',
|
||||||
'**/*.woff',
|
'**/*.woff',
|
||||||
],
|
],
|
||||||
ServiceWorker: {
|
// ServiceWorker: {
|
||||||
entry: `imports-loader?ATTACHMENT_HOST=>${encodeURIComponent(JSON.stringify(attachmentHost))}!${encodeURI(path.join(__dirname, '../../app/javascript/gabsocial/service_worker/entry.js'))}`,
|
// entry: `imports-loader?ATTACHMENT_HOST=>${encodeURIComponent(JSON.stringify(attachmentHost))}!${encodeURI(path.join(__dirname, '../../app/javascript/gabsocial/service_worker/entry.js'))}`,
|
||||||
cacheName: 'gabsocial',
|
// cacheName: 'gabsocial',
|
||||||
output: '../assets/sw.js',
|
// output: '../assets/sw.js',
|
||||||
publicPath: '/sw.js',
|
// publicPath: '/sw.js',
|
||||||
minify: true,
|
// minify: true,
|
||||||
},
|
// },
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue