aiji42 / remix-esbuild-override

This is a library that makes it possible to change the configuration values of the Remix compiler (esbuild).
MIT License
89 stars 10 forks source link

styled-component example fails #47

Open unyo opened 7 months ago

unyo commented 7 months ago

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. Your custom config can be used to build for Remix.
(node:29429) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Watching Remix app in development mode...
💿 Built in 401ms
Remix App Server started at http://localhost:3001 (http://192.168.1.2:3001)
TypeError: Value of "this" must be of type URLSearchParams
hardikkaji commented 6 months ago

I am getting same error, tried to upgrade remix to latest but ended up in different error.