moved keyword Vue to generic components

This commit is contained in:
smilerz
2021-09-05 16:26:01 -05:00
parent 638dd96812
commit f12558951a
27 changed files with 476 additions and 156263 deletions

View File

@ -25,10 +25,6 @@ const pages = {
entry: './src/apps/UserFileView/main.js',
chunks: ['chunk-vendors']
},
'keyword_list_view': {
entry: './src/apps/KeywordListView/main.js',
chunks: ['chunk-vendors']
},
'model_list_view': {
entry: './src/apps/ModelListView/main.js',
chunks: ['chunk-vendors']
@ -85,7 +81,7 @@ module.exports = {
},
},
// TODO make this conditional on .env DEBUG = FALSE
config.optimization.minimize(false)
config.optimization.minimize(true)
);
//TODO somehow remov them as they are also added to the manifest config of the service worker