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