Copy conversation display style from instance

Fixes #210
This commit is contained in:
FloatingGhost 2022-11-20 22:18:34 +00:00
parent 169282ea42
commit 7538369fa1
3 changed files with 6 additions and 5 deletions

View file

@ -119,11 +119,6 @@ module.exports = {
]
},
plugins: [
new WorkboxPlugin.InjectManifest({
swSrc: path.join(__dirname, '..', 'src/sw.js'),
swDest: 'sw-pleroma.js',
maximumFileSizeToCacheInBytes: 15 * 1024 * 1024,
}),
new VueLoaderPlugin()
]
}