Just me experimenting with Svelte + Webpacker
<%= render_component "App" %>
At time of writing the App.js pack weighs in at 47KB gzipped.
# pre-requisite
yarn global add webpack-bundle-analyzer
# run webpack compiler in profiling mode
node_modules/.bin/webpack --config config/webpack/production.js --profile --json > stats.json
# analyze the output
node_modules/.bin/webpack-bundle-analyzer stats.json