Matt
Matt
You can do this now with the following sample config: ```js module.exports = { namespaceSeparator: false, output: "src/locales/$LOCALE/translations.json" }; ```
Hi, any update on this? We're currently forced to use some hacky workarounds in our CI pipeline until this PR gets merged in. Thanks!
@jariz just wanted to check in and see if this could be merged. Our project is blocked by this, and we're forced to fork the package until it's resolved. Thanks!
Sure- the site I was trying to deploy had 74,900 redirects defined in `s3.redirectObjects.json`. The plugin immediately crashes when attempting to deploy this using Node 16.x. I don't know what...
Hey, just checking in. Did you have any more questions on this? I'm currently forced to manually patch my node_modules with this change any time our site needs a full...
@JoshuaWalsh I've updated the commit message to remove the comment about memory pressure. However, I can confirm this change fixes the crash that occurs with >70k+ redirects. Can I please...
Thanks very much for diving into it Josh! If you couldn't repro it at 100k, then I suspect the path length must have an influence. I wonder if spreading out...
Hi @jariz, can you please help get this merged? Thanks,
Hey team, any update on getting this merged? Jest 28+ [doesn't appear to be compatible](https://jestjs.io/docs/28.x/upgrading-to-jest28#packagejson-exports) with Remix packages without addressing the package import issue mentioned above. Thanks!
Just checking in, any way we can get this merged in? This becomes especially helpful now that the [meta function is typed](https://github.com/remix-run/remix/releases/tag/remix%401.7.0) off of the loader. Without this change, meta...