Axel Rauschmayer · @rauschma
4216 followers · 2183 posts · Server fosstodon.org

Parcel v2.9.0: package exports, ESM-based plugins and configs, incremental symbol propagation and more
parceljs.org/blog/v2-9-0/

#es_next_news #ecmascript #javascript #parceljs

Last updated 1 year ago

Sebastian Helzle · @sebobo
60 followers · 320 posts · Server neos.social

I now have 2 projects in which the scope hoisting parceljs.org/features/scope-ho feature of is removing most of my own code and some imports from the production bundle.
The dev build via โ€žwatchโ€œ is always working fine.

I now disable the feature every time I run into this issueโ€ฆ
Tree shaking seems to work still but this affects performance maybe a tiny bit.

Here is also the related issue github.com/parcel-bundler/parc

#javascript #parceljs #webdev

Last updated 1 year ago

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

Welp, having spun two small Typescript libraries off of and build a tiny one from scratch, and published them to npm, in the last few daysโ€”all using โ€”I finally felt I had facepalmed enough times to switch over to building dist/ and cdn/ targets with parceljs. I guess I'll find out tomorrow if I've blown anything up.

#xinjs #parceljs

Last updated 1 year ago

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

There's a lot of reasons to like but if there's one I'd pick over the others, it's eliminating the need to deal with multiple tsconfigs. If I weren't using ts-standard I wouldn't need to deal with ts-config at all.

#parceljs

Last updated 1 year ago

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

Tonio Loewald · @podperson
23 followers · 629 posts · Server mastodon.world

I discovered that several tools I like including a web3 dev tool that didnโ€™t suck and codesandbox (see below) use for packaging. Parceljs is essentially a simple opinionated wrapper for the usual collection of garbage you need to package up front end projects. Paired with bun (which Iโ€™ve already raved about) you get very easy debug with watch and prod build for fairly arbitrary tech stacks (notably including non-React). Also, unlike โ€˜bun devโ€™ it doesnโ€™t crash.

Love it.

#parceljs

Last updated 1 year ago

@actsukrit I also like when I'm not feeling like using a full on framework. It's very simple to start with and just takes plain old HTML, JS, MD etc and packages it up into nice pre-processed, bundled, and minified static files.

#parceljs #parcel

Last updated 1 year ago

An Cao · @kcjpop
27 followers · 11 posts · Server toot.cafe

๐Ÿ˜ˆ

#parceljs

Last updated 2 years ago

smiggleworth · @smiggleworth
0 followers · 4 posts · Server vmst.io

It has been awhile since Iโ€™ve been in JavaScript land. I am enjoying with .

#solidjs #parceljs

Last updated 2 years ago

Braden Douglass · @braidn
35 followers · 75 posts · Server ruby.social

Anyone have some tips when it comes to deploying to ?

#parceljs #heroku

Last updated 6 years ago