gabsocial --> soapbox paths

This commit is contained in:
Alex Gleason
2020-05-28 17:52:07 -05:00
parent 010638cd9b
commit d24dcb3e60
609 changed files with 470 additions and 470 deletions

View File

@ -97,8 +97,8 @@ module.exports = merge(sharedConfig, {
'**/*.woff',
],
// ServiceWorker: {
// entry: `imports-loader?ATTACHMENT_HOST=>${encodeURIComponent(JSON.stringify(attachmentHost))}!${encodeURI(path.join(__dirname, '../app/gabsocial/service_worker/entry.js'))}`,
// cacheName: 'gabsocial',
// entry: `imports-loader?ATTACHMENT_HOST=>${encodeURIComponent(JSON.stringify(attachmentHost))}!${encodeURI(path.join(__dirname, '../app/soapbox/service_worker/entry.js'))}`,
// cacheName: 'soapbox',
// output: '../assets/sw.js',
// publicPath: '/sw.js',
// minify: true,