-
# Introduction
As Solid is far different than traditional JSX transformation, `esm.sh` produces very incorrect and React oriented JSX which can not be used in Solid even tho it's importing from Soli…
-
I'm trying to use miragejs, but getting blocked by a runtime syntax error.
The project is using `@web/dev-server` as dev server, with esbuild plugin, and is written in typescript.
When importi…
-
I want to set most of lib in node_modules as external, and try to use resolve hook to implement this
```ts
{
name: 'external',
setup(build){
build.onResolve(({filter:/.*/}, args => {
…
-
Doesn't show up in community plugins. Assuming I have to install it manually, but if that is the case, the readme should say that.
-
Trying to code a plugin, I have read the Plugins documentation and a lot of issues.
But I still don't understand, if it is possible, or not, to chain plugins.
I mean for example, how to use a plugi…
-
## Background
Flowing from #130 and started implementing in #111, I am revisiting the build process. The last time we looked at this the build process was very challenging for a few reasons:
1.…
-
test
-
test
-
[Renaming the temporary folder](https://github.com/lucacasonato/esbuild_deno_loader/blob/e0941bd9f71e9a72fcbda557aa2d251b266feeaa/src/loader_native.ts#L137) throws [an error in GitHub Actions](https:/…
mxdvl updated
7 months ago
-
ESBuild was easy to set up as a plugin, but it currently has a bug/limitation that re-exports (which are [a recommended pattern][1] in Deno `deps.ts` files) [aren't properly removed by tree-shaking][2…