svelte-quotes
svelte-quotes copied to clipboard
App.js is very large 500k
Thanks for the repo - got me started nice and quickly with svelte and Webpack.
One thing I noticed is that after running npm build
the output bundle /public/app.js
is unexpectedly large at about 500K!
Looking inside it there is a lot of Webpack stuff. Presumably the output needs to be generated directly with the svelte compiler?