Skip to content
Snippets Groups Projects
Commit d6ae1232 authored by Chris's avatar Chris
Browse files

Bundling and optimising using esbuild (experimental but if it works it works..)

parent 4a941a18
No related branches found
No related tags found
1 merge request!4Resolve "Choose a bundler for snowpack"
......@@ -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: {
/* ... */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment