esbuild-loader
webpack-dev-server
esbuild-loader | webpack-dev-server | |
---|---|---|
14 | 10 | |
3,563 | 7,779 | |
0.3% | 0.2% | |
7.7 | 9.1 | |
about 2 months ago | 5 days ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
esbuild-loader
-
Create React App
i see. there are a loaders like https://github.com/privatenumber/esbuild-loader that works with webpack but i haven't given it a try yet.
-
Do you guys compile with ts-loader or babel-loader?
you can use it with webpack didn't try it myself
-
How to speed up webpack with esbuild-loader
If you are a webpack user and have heard about esbuild speed, you may start questioning your js-bundler choices. Luckily, you don't have to drop your hand-crafted webpack config just now. Thanks to esbuild-loader, you can get part of the speed improvement without doing a whole migration.
-
Blazing fast TypeScript with Webpack and ESBuild
esbuild-loader (secret sauce!) fork-ts-checker-webpack-plugin (helps us with typechecking) nodemon-webpack-plugin (We can also use webpack-dev-server)
-
We Switched from Webpack to Vite
For people already on webpack, there's esbuild-loader (https://github.com/privatenumber/esbuild-loader)
-
Speed up Next.js build with Typescript and Tailwind CSS
esbuild is a JS and TS bundler that promises ultra-fast build times. We use webpack, and there is support to leverage esbuild with esbuild-loader.
-
How we sped up our webpack (TailwindCSS) build by 57%
The first thing I did was replace babel-loader and Terser (minification tool) with esbuild-loader. This made our JS compile around 12 times faster, it went down to 1.4 seconds. It was a good start.
-
Use esbuild to speed up your Creat-React-App project
In fact, the create-react-app-esbuild is only an encapsulation of esbuild-loader.
-
Any using snowpack or esbuild or anything to improve nextjs build speeds?
I just started using this: privatenumber/esbuild-loader: ⚡️ Speed up your Webpack build with esbuild (github.com)
-
Show HN: A simple website for my JavaScript bundler
Both would be good to file. I’m happy to investigate myself if you don’t have the time.
One thing to be aware of is that some other tools that integrate esbuild do so incorrectly. For example, the 3rd-party integration of esbuild into Webpack mis-configures esbuild in a way that causes issues with JSX: https://github.com/privatenumber/esbuild-loader/pull/107. This isn’t a problem with esbuild itself.
webpack-dev-server
-
Possible bug when running webpack-dev-server in npm child project
So I spent couple hours to sort the bug report out properly :) https://github.com/webpack/webpack-dev-server/issues/4890
-
Thank you Webpacker, Goodbye Webpacker
Webpacker also includes webpack-dev-server, so we made it work as well. Since I had Simpacker installed, I only had to change the devServer part in webpack.config.js to make it work with npm scripts.
- Dependency hell with webpack. What version do I need?
- Error: Cannot find module 'html-webpack-plugin' - Webpack (React)
-
# Setup React app from scratch - Part-1(Get your project running)
current setup doesn't provide us a developer friendly environment, we need to check the index.html file every time we make a change, to resolve this we'll use webpack-dev-server.
-
React with Webpack is not working on localhost
It looks like you don't have webpack-dev-server setup. That's what will allow you to have that seamless dev experience.
-
Blazing fast TypeScript with Webpack and ESBuild
esbuild-loader (secret sauce!) fork-ts-checker-webpack-plugin (helps us with typechecking) nodemon-webpack-plugin (We can also use webpack-dev-server)
-
Question about having different html file in development and production stage.
Webpack Dev Server provides a live reload feature without having you to build & wait.
-
My first public React 17 Boilerplate (with Webpack 5, Tailwind 2)
webpack-dev-server - Development server for webpack
What are some alternatives?
ts-loader - TypeScript loader for webpack
nodemon-webpack-plugin - A webpack plugin that uses Nodemon to start and reload the server.
vite - Next generation frontend tooling. It's fast!
esbuild - An extremely fast bundler for the web
vite-plugin-vue2 - Vue2 plugin for Vite
webpack-cli - Webpack's Command Line Interface
Next.js - The React Framework
fork-ts-checker-webpack-plugin - Webpack plugin that runs typescript type checker on a separate process.
source-map-explorer - Analyze and debug space usage through source maps
html-webpack-plugin - Simplifies creation of HTML files to serve your webpack bundles
purgecss - Remove unused CSS
vue-loader - 📦 Webpack loader for Vue.js components