Here are
51 public repositories
matching this topic...
Track your build performances like never before.
Updated
Jan 25, 2022
TypeScript
Nx plugin integrations with ESBuild / Vite / Snowpack / Prisma, with derived ESBuild / Snowpack / ... plugins.
Updated
Jan 19, 2022
TypeScript
Allows to use webpack loaders with esbuild
Updated
Apr 7, 2021
JavaScript
A esbuild plugin to bundle css modules into js(x)/ts(x)
Updated
Feb 21, 2022
JavaScript
Zero-bundle-size decorators for TypeScript
Updated
Feb 24, 2021
JavaScript
A esbuild plugin which allows to import multiple files using the glob syntax.
Updated
Feb 9, 2022
TypeScript
Updated
Jul 12, 2021
JavaScript
esbuild plugin for path aliases
Updated
Nov 28, 2021
JavaScript
esbuild plugin for loading Vue 3 SFC files
Updated
Nov 25, 2021
TypeScript
This plugin allows you to start a local server with hot reloading with Esbuild
A plugin for esbuild that enables importing *.svg files as React components.
Updated
Dec 15, 2021
JavaScript
esbuild plugin for replacing imports with global variables.
Updated
Jul 19, 2021
TypeScript
Esbuild loader for inline Web Workers
Updated
Aug 26, 2021
JavaScript
Blurhash implementation in AssemblyScript
Updated
Jan 24, 2022
TypeScript
Configure esbuild targets based on a browserslist query
Updated
Feb 16, 2022
TypeScript
An unofficial and experimental esbuild plugin for Linaria.
Updated
Oct 29, 2021
JavaScript
esbuild plugin for Google Apps Script.
Updated
Nov 3, 2021
TypeScript
esbuild plugin for extremely fast development using TS/JS on alt:V
Updated
Feb 8, 2022
JavaScript
An esbuild plugin to copy static files that changed from a source directory to a destination directory.
Updated
Jan 30, 2022
Shell
A esbuild plugin to support path alias like `resolve.alias` in webpack config.
Updated
Feb 22, 2022
JavaScript
Esbuild plugin for importing WebAssembly files
Updated
Sep 14, 2021
JavaScript
Merging multiple JSON sources into one via esbuild pipeline
Updated
Feb 20, 2022
TypeScript
Plugin for transform dynamic imports in esbuild
Updated
Nov 29, 2021
TypeScript
Generate manifest file like assets-webpack-plugin
Updated
Feb 22, 2022
JavaScript
Malina.js plugin for Vite, Rollup, ESBuild & Webpack
Updated
Jan 19, 2022
TypeScript
An unofficial and experimental esbuild plugin for Windi CSS.
Updated
Oct 14, 2021
JavaScript
esbuild plugin for PostCSS support
Updated
Jul 15, 2021
TypeScript
Static assets directory for esbuild pipeline
Updated
Feb 19, 2022
JavaScript
A client-side transpiler, bundler as well as dynamic npm package fetch and load from unpkg.
Updated
Sep 11, 2021
JavaScript
Improve this page
Add a description, image, and links to the
esbuild-plugin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
esbuild-plugin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
In our monorepo, each package has a tsconfig that extends a shared tsconfig located at the root of the yarn workspace. It seems that the compilerOptions from the extended tsconfig are not being taken into consideration.
For example, I had to add
"declarationMap": true,in order to generate sourcemaps for d.ts files even though the option is enabled intsconfig.settings.json.