Articles by Tag #bundler

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

✨ Module Bundlers, Demystified: What You Actually Need to Know

When I first heard module bundler as a front-end developer, I thought, “What is that magic again?”...

Learn More 8 2Feb 24

How to fix `Uncaught TypeError: Cannot read properties of null (reading 'ce')` error?

I got this error while working on my custom vue package. And if you are experiencing this problem...

Learn More 3 0Nov 1 '24

React is fast, but the unsung hero is Bundler

React applications are renowned for their speed and efficiency, but it's not just React itself that...

Learn More 2 1Oct 9 '24

Runtime Import Path Rewriting in Vite (for Plugins, Multi-Tenant Apps, or Dynamic Modules)

Most bundlers resolve imports at build time. But what if you need to rewrite import paths at runtime...

Learn More 1 0Apr 29

Setting Up a Modern TypeScript Project with esbuild (No Framework)

This article was originally published on Medium. Modern web development focuses on building fast,...

Learn More 1 0Apr 7

gem install error: incompatible function pointer types passing

Few days ago, I bought second macbook pro m2, and need to setup rails projects on my mac. One type...

Learn More 1 1Nov 6 '24

Vite vs. Webpack: Which One Is Right for Your Project?

As web applications grow, so does the need for faster and more efficient development tools. For...

Learn More 0 1Nov 3 '24

I wrote a module bundler. notes, etc

I built a simple JavaScript bundler and it turned out to be much easier than I expected. I'll share...

Learn More 0 0Jul 24 '24

Bunchee, a bundler for JS/TS package

I found that Bunchee is used in t3-env to bundle their core, nextjs, nuxt packages. ...

Learn More 0 0Nov 8 '24