first merge to main 🚀 #71

Manually merged
philipp merged 491 commits from dev into main 2021-02-19 17:03:06 +00:00
Showing only changes of commit 3e8d0b5462 - Show all commits

View File

@ -22,5 +22,8 @@ module.exports = {
}, },
alias: { alias: {
/* ... */ /* ... */
},
experiments: {
optimize: { bundle: true, minify: true }
} }
}; };