At this point we have many "bundler" plugins that require generating code for app-config (webpack, vite, rollup and react-native). There is a good chunk of codegen logic duplicated between these packages.
Proposal
Create a @app-config/codegen package that is responsible for modularly generating code for the above plugins.
Background
At this point we have many "bundler" plugins that require generating code for app-config (webpack, vite, rollup and react-native). There is a good chunk of codegen logic duplicated between these packages.
Proposal
Create a
@app-config/codegen
package that is responsible for modularly generating code for the above plugins.