remix-esbuild-override icon indicating copy to clipboard operation
remix-esbuild-override copied to clipboard

This is a library that makes it possible to change the configuration values of the Remix compiler (esbuild).

Results 9 remix-esbuild-override issues
Sort by recently updated
recently updated
newest added

Repro steps: ``` > node -v v21.6.0 > npx create-remix@latest --template aiji42/remix-esbuild-override/examples/styled-components > cd project > npm run dev ``` Error: ``` > dev > remix dev 💽 Override esbuild....

like title Can sir give an example about linaria in remix run app ??

I'm trying to use typeORM in a new remix project. However esbuild doesn't support emitDecoratorMeta so I'm using this plugin along with esbuildDecorators to try and get it working. For...

https://blog.cloudflare.com/workers-node-js-asynclocalstorage/ Today it was announced that node-compatible polyfill has been included in the Cloudflare Workers runtime. This means that the role of this library is nearing its end. I am...

Hi, I was previously using your package to modify the eslint config in my project, but I had issues with getting it to work reliably. Sometimes it worked, other times...

Took me about 2 days to find the source of why this module wasn't seeming to work for our specific repo but works fine in the example. It appears as...

Not sure the best way to verify but it seems my changes are no longer working in remix 1.11.0

Thanks for maintaining this project! I was able to able to setup theme-ui with Cloudflare pages. The only annoying thing is that I keep getting this warning: ``` ▲ [WARNING]...