Luc Heinrich

Results 7 comments of Luc Heinrich

> My intuition is that both routes should get both middlewares My intuition is that only the last one should 😁 Middlewares are called middleware for a good reason, which...

Using the same way as documented for `dotenv` (see [here](https://github.com/motdotla/dotenv#how-do-i-use-dotenv-with-import)) seems to work just fine: ```js // As early as possible import 'dotenv-flow/config'; ```

@perrin4869 weird, I guess I'm lucky then because it works perfectly fine for me in two different projects... 🤔

Sporadically ? My deployments *systematically* fail 3 times out of 4 because of Rollbar source maps uploads with the following error: `ERROR in RollbarSourceMapPlugin: failed to upload blah.js.map to Rollbar:...

+1 This is a problem that loaders for most of JS bundlers like Webpack or Vite have. I wrote a Vite plugin that loads SVG assets as React components and...

> I think we solved the decoration issue via interfaces @Eomm What? How? Where?

@panjiangyi So what's the point of `exportAsDefault` then?