#
esbuild
Here are 442 public repositories matching this topic...
6
react
javascript
stories
testing
components
playground
documentation
styleguide
typescript
ui
esbuild
vitejs
-
Updated
May 11, 2022 - TypeScript
-
Updated
Apr 1, 2022 - JavaScript
Lightweight and versatile build tool based on the esbuild compiler
-
Updated
Feb 11, 2022 - TypeScript
TypeScript / ESNext node runtime powered by esbuild
-
Updated
May 12, 2022 - TypeScript
Build your Typescript Node.js projects using blazing fast esbuild
-
Updated
Mar 29, 2022 - JavaScript
A production ready example Django app that's using Docker and Docker Compose.
-
Updated
Apr 22, 2022 - Shell
javascript
webpack
gzip
speed
uglifyjs
benchmarks
size
swc
minification
minifier
measures
google-closure-compiler
uglify-js
babel-minify
gzip-size
minifiers
esbuild
tesrser
minification-benchmarks
minification-performance
-
Updated
May 12, 2022 - TypeScript
A modular front end development framework
-
Updated
May 12, 2022 - TypeScript
React multistep wizard component
-
Updated
Mar 12, 2022 - JavaScript
-
Updated
May 11, 2022 - TypeScript
A modern TypeScript project setup, for Node.js and browsers (using esbuild).
-
Updated
Apr 25, 2022 - TypeScript
Use esbuild in your create-react-app for faster compilation, development and tests
-
Updated
May 9, 2022 - JavaScript
Use ESBuild with Rollup to transform ESNext and TypeScript code.
-
Updated
Apr 6, 2022 - TypeScript
A Jest transformer using esbuild
-
Updated
Mar 26, 2022 - TypeScript
App generator with everything exposed for maximum control (powered by TypeScript, ESBuild, Jest, ESLint, GitHub Actions, Prettier, and more)
-
Updated
Apr 24, 2022 - EJS
Holben888
commented
Dec 31, 2021
Where did our docs fail you?
We currently use whatever font sizes the browser provides by default across headings. This is fine, but could cause inconsistent user experiences. We mostly avoided custom sizing because it's so dang hard to configure and scale across breakpoints.
How can we improve?
I saw @AleksandrHovhannisyan's fluid type scale s
Open
Preact Support
1
Aslemammad
commented
Aug 6, 2021
Bringing Preact into vitext. That simple.
good first issue
Good for newcomers
Open
Link Component
3
Open
Script Component
An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.
javascript
npm
node
typescript
browser
gzip
bundle
rollup
brotli
monaco-editor
unpkg
skypack
deno
esbuild
esbuild-wasm
-
Updated
May 9, 2022 - TypeScript
-
Updated
Mar 21, 2022 - TypeScript
A production ready example Flask app that's using Docker and Docker Compose.
-
Updated
Apr 22, 2022 - Shell
A starter template for using vue-next with the electron.
-
Updated
Sep 6, 2021 - JavaScript
A "fast" TypeScript-based Node.js monorepo setup powered by esbuild & turborepo
-
Updated
Feb 19, 2022 - TypeScript
Improve this page
Add a description, image, and links to the esbuild topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the esbuild topic, visit your repo's landing page and select "manage topics."


in my old project , using webpack 1.x. And I use esbuild-loader replace babel-loader will print error
` building for production.../Users/wanglihui/WebstoreProject/onionfph5/project/node_modules/esbuild-loader/dist/plugin.js:12
compiler.hooks.thisCompilation.tap('esbuild', compilation => {
^
TypeError: Cannot read property 'thisCompilation' of undefined