Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hack to omit modules from polyfill application
Summary: Right now when built together with OTP 27 the polyfill application `toolchain_json` results in errors due to conflicting `json` module in release - where it's coming both from polifill & OTP. This is determined by the build script by inspecting `.app` files. The application isn't actually used in production deployment. This is only seen in dev-mode releases on OTP 27. We can omit the list of modules from generated `.app` file for the polyfill application - it will still work just fine in interactive mode on OTP 26 and 27 - correctly picking up the json module. Interactive mode is the only place where we need this polyfill. Reviewed By: itssundeep Differential Revision: D65472350 fbshipit-source-id: a86f45628a7107d89b1bd7d3715cb535ab28acad
- Loading branch information