esbuild-loader
vite-plugin-vue2
esbuild-loader | vite-plugin-vue2 | |
---|---|---|
14 | 5 | |
3,563 | 608 | |
0.3% | - | |
7.7 | 6.2 | |
about 2 months ago | over 1 year ago | |
TypeScript | TypeScript | |
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.
vite-plugin-vue2
- Vite ⚡ 2.9 out, faster cold start and many other improvements!
-
Thoughts on Vite?
I do not agree with this. Vite is framework agnostic and can even work without one. I've successfully inplemented Vue 2 in a vite setup multiple times, using vite-plugin-vue2 which was created by Vite maintainer underfin.
- We Switched from Webpack to Vite
-
I have a project running on vue 2.6.10, can I run it with vite?
Yep. You just have to use https://github.com/underfin/vite-plugin-vue2 rather than the Vue3 plugin.
-
Migrating from Vue CLI to Vite is easier than expected
I've found a Vue 2 plugin for Vite, I'll check if it works https://github.com/underfin/vite-plugin-vue2
What are some alternatives?
ts-loader - TypeScript loader for webpack
vike - 🔨 Flexible, lean, community-driven, dependable, fast Vite-based frontend framework.
vite - Next generation frontend tooling. It's fast!
jest - Delightful JavaScript Testing.
Next.js - The React Framework
vue-cli-plugin-vite - Use vite today, with vue-cli.
source-map-explorer - Analyze and debug space usage through source maps
todomvc-vue-composition-api - TodoMVC built with Vue 3 Composition Api and Vuex
webpack-dev-server - Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
vitesse - 🏕 Opinionated Vite + Vue Starter Template
purgecss - Remove unused CSS
esprima - ECMAScript parsing infrastructure for multipurpose analysis