Arjen de Vries
Arjen de Vries
Ah that was it! I still don't understand why it was working with the older versions of the mentioned packages though, but I'll take it, thanks 😄
Sure, these are the relevant packages: `next: 13.1.5` `next-translate: 1.0.4` `nx: 15.8.6` And my config ```typescript // file: next.config.js const path = require('node:path'); // eslint-disable-next-line @typescript-eslint/no-var-requires const nextTranslate = require('next-translate');...
> You currently need another workaround because of this, as shown in the second @karlhorky's StackBlitz (https://stackblitz.com/edit/vercel-next-js-ajvkxp?file=app/page.tsx) - put `/** @jsxImportSource @emotion/react */` on top of `page.tsx`. In the linked...
It seems this functionality is already merged into [develop](https://github.com/Modernizr/customizr/pull/16/commits/9467a193c616ebc5f012a4520e2cdbcc7ddbae33), not yet in master though :( in `customizr/src/builder.js` on line 47 replace the following: ``` var modernizrOptions = { "feature-detects": tests,...