🐞fixed snowpack config for bundle optimization
This commit is contained in:
parent
6915123973
commit
3e8d0b5462
@ -22,5 +22,8 @@ module.exports = {
|
||||
},
|
||||
alias: {
|
||||
/* ... */
|
||||
},
|
||||
experiments: {
|
||||
optimize: { bundle: true, minify: true }
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user