Tonio Loewald · @podperson
22 followers · 653 posts · Server mastodon.world

is amazingly convenient and easy to use but I built a tiny library (random-I’d-base36) from a 4kB Javascript source file with no dependencies and it produced a 9kB file?!. Everything now has a giant name composed of random strings and $ signs. Like WTF?

So I tried and got better results without actually minifying.

Eventually I discovered that you need a little more configuration in but now the only actual small file is neither module nor main…

#parceljs #rollupjs #javascript

Last updated 1 year ago

🫀Raymundo - bad hombre · @raybachas
35 followers · 248 posts · Server mastodon.social

Thingy did not manage to spit a bundle from a node library that should include polyfills. I had to ditch it for old well-known . Now I'll try to optimize as bundle size is massive.

#rollupjs #webpack

Last updated 1 year ago

Sentry · @getsentry
62 followers · 6 posts · Server fosstodon.org


Sentry now supports:
(vitejs.dev/),
(esbuild.github.io/), and
(rollupjs.org)

New bundler plugins make it easier for you to upload source maps, check it out 👇
bit.ly/sentry-sourcemaps

#vite #esbuild #rollupjs

Last updated 2 years ago

kalvn 🐧 · @kalvn
186 followers · 2275 posts · Server mastodon.xyz

vuejs/vite: No-bundle Dev Server for Vue 3 Single-File Components
github.com/vuejs/vite

Une nouvelle méthode pour développer et "builder" une application Vue.js sans passer par Webpack. Il n'y a pas de "build" à proprement parler pendant la phase de dev, tout est fait à la volée par le serveur et du coup c'est *beaucoup* plus rapide qu'avec un setup classique à base de Webpack.

Ça utilise rollup.js et Koa.

Je n'ai pas testé en …
links.kalvn.net/?9enjjA

#vuejs #rollupjs

Last updated 5 years ago