This looks cool, Quick question if anyone is using Parcel with Angular. How well is this working for you when compared to webpack?
Parcel: Fast, zero configuration web application bundler
11–20 of 98 posts
Re: Parcel: Fast, zero configuration web application bundler
#12Re: Parcel: Fast, zero configuration web application bundler
#13That being said, Webpack 4 (released months ago) shipped with a similar zero config option, so I'll likely go back to it for future projects.
Re: Parcel: Fast, zero configuration web application bundler
#14This looks cool, Quick question if anyone is using Parcel with Angular. How well is this working for you when compared to webpack?
Re: Parcel: Fast, zero configuration web application bundler
#15Re: Parcel: Fast, zero configuration web application bundler
#16The code looks nice, I hope it has helped you in your life. But frankly, if a JavaScript developer ever really wants to solve the problem... Learn enough C++ to write the equivalent code that compiles 6.5M in 0.1 seconds (assuming a nice HD).
Believe it or not, some people have problems in domains with contexts that have nothing to do with yours and the things they come up with are equally valid solutions.
Re: Parcel: Fast, zero configuration web application bundler
#17Please God no. We don’t need another bundler. Also. What’s up with the obsessive use of emojis everywhere? Take a look at this issue for example: https://github.com/parcel-bundler/parcel/issues/144
> It’s so noisy and childish. Just like your comment. Clearly a lot of people have put good work into this project, and have decided it adds value to their workflow and your first reaction is to sling mud. Maybe try reddit.
Re: Parcel: Fast, zero configuration web application bundler
#18Re: Parcel: Fast, zero configuration web application bundler
#19Despite what people says in the comments, Parcel has its (great) value. The ability to import a rust file directly and have it compiled to a web assembly module for example, is a great piece of engineering and exceeded my expectations for web build tools. Parcel also hits the sweet spot where it's both zero-config, and easy to customize if you find the need.
Honestly? Parcel has a better experience than your C++ build tools. Be it CMake, Ninja, or whatever build tools people use in 2018.
Re: Parcel: Fast, zero configuration web application bundler
#20Ah, the neverending cycle. 1. The existing tool is way too complicated to configure and slow. Let me introduce a new, zero-configuration, blazing fast tool 2. OK so because it's strongly opinionated there are some things it can't do. So we'll allow you to extend it via plugins. You'll have to configure this. 3. Due to the increasing popularity, we are making a meta-version that lets you re-plug any element in the ent…
sounds like progress / innovation to me?