Skip to content
Snippets Groups Projects

Resolve "Choose a bundler for snowpack"

Merged Chris requested to merge 1-choose-a-bundler-for-snowpack into main
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -15,8 +15,9 @@ module.exports = {
// {"match": "routes", "src": ".*", "dest": "/index.html"},
],
optimize: {
/* Example: Bundle your final build: */
// "bundle": true,
bundle: true,
minify: true,
target: 'es2017'
},
packageOptions: {
/* ... */
Loading