Nicolas Bouvrette
Nicolas Bouvrette
Yes all my packages are using the latest versions
Oh yeah this can be a workaround, but when the types are correctly included with the module, they should be available automatically when the package is imported.
How can you replicate the problem? I have the same IE8 version in a Windows XP VM and I don't have this issue.
I'm running my Windows XP VM (32 bits) in a Virtual Box hosted on a Windows 7 VM (64 bits). First time I hear about transpiling. I simply load classList.js...
This is related to https://github.com/webpack/webpack/issues/13290 (fresh Next.js comments at the bottom of the thread) For those looking for a workaround, I wrote a Webpack configuration handler in TypeScript. You can...
@sebald I recall briefly seeing this error and I think I fixed it by deleting the `.next` directory. If this doesn't work, you can check my full implementation [here](https://github.com/Avansai/next-multilingual/blob/3f109e4fd5e42b518826781ee1d2d4a472f524ba/src/config/index.ts#L723) and...
@aralroca unless I misunderstood dynamic namespaces are not available for SSR? I should have mentioned in my original question that I am looking for a solution that will be part...
@aralroca do you have any recommendations to achieve what I have in mind? I have been working on a router for Next.js that can translate URLs and this is the...
@aralroca what I was picturing is exactly like [CSS modules](https://github.com/css-modules/css-modules) but being able to break each strings file into Webpack chunks, let Next.js load the right chunk during SSR and...
@aralroca We've done it: https://github.com/Avansai/next-multilingual Let me know what you think :)