Squashed commit of the following:
commit7837467c30
Merge:aaaae5b1b
84759383f
Author: vabene1111 <vabene1111@users.noreply.github.com> Date: Sat Dec 18 23:14:24 2021 +0100 Merge pull request #1146 from auanasgheps/patch-1 Add documentation about swag by linuxserver commit84759383fa
Author: Oliver Cervera <cervera93-19@yahoo.it> Date: Sat Dec 18 13:49:09 2021 +0100 Add documentation about swag by linuxserver Documents behaviour in #959 commitaaaae5b1ba
Merge:4a747f5cd
ea62c10d9
Author: vabene1111 <vabene1111@users.noreply.github.com> Date: Thu Dec 16 18:10:48 2021 +0100 Merge pull request #1143 from smilerz/fix_get_facet_api fix bug in get_facet_api commitea62c10d9a
Author: smilerz <smilerz@gmail.com> Date: Thu Dec 16 09:20:56 2021 -0600 remove console message commit3516505dd1
Author: smilerz <smilerz@gmail.com> Date: Thu Dec 16 09:08:32 2021 -0600 fix bug in get_facet_api
This commit is contained in:
@ -92,6 +92,15 @@ module.exports = {
|
||||
config.optimization.minimize(true)
|
||||
)
|
||||
|
||||
//TODO somehow remov them as they are also added to the manifest config of the service worker
|
||||
/*
|
||||
Object.keys(pages).forEach(page => {
|
||||
config.plugins.delete(`html-${page}`);
|
||||
config.plugins.delete(`preload-${page}`);
|
||||
config.plugins.delete(`prefetch-${page}`);
|
||||
})
|
||||
*/
|
||||
|
||||
config.plugin("BundleTracker").use(BundleTracker, [{ relativePath: true, path: "../vue/" }])
|
||||
|
||||
config.resolve.alias.set("__STATIC__", "static")
|
||||
|
Reference in New Issue
Block a user