Webpack wraps JSON objects inside JSON.parse('...') strings primarily for JavaScript parsing performance and memory optimization. Does it make to apply this V8 optimisation from webpack for Hermes engine (especially for apps with huge json locales)
https://github.com/webpack/webpack/blob/69adee615b758639f3499d54c0b1d62f8328c6f2/lib/json/JsonGenerator.js#L230-L237

Webpack wraps JSON objects inside
JSON.parse('...')strings primarily for JavaScript parsing performance and memory optimization. Does it make to apply thisV8optimisation from webpack forHermesengine (especially for apps with huge json locales)https://github.com/webpack/webpack/blob/69adee615b758639f3499d54c0b1d62f8328c6f2/lib/json/JsonGenerator.js#L230-L237