added vue-infinite-loading loading to base search results

This commit is contained in:
2019-06-12 12:16:15 +02:00
parent a771fd9d74
commit 7acac41863
10 changed files with 142 additions and 21 deletions

View File

@@ -14,9 +14,9 @@ module.exports = merge(baseConfig, {
uglifyOptions: {
// Eliminate comments
comments: false,
// remove warnings
warnings: false,
compress: {
// remove warnings
warnings: false,
// Drop console statements
drop_console: true,
}