🐞fixed snowpack config for bundle optimization

This commit is contained in:
Philipp Dormann 2021-01-07 14:17:45 +01:00
parent 6915123973
commit 3e8d0b5462

View File

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