Improved the '@nrwl/react/babel' preset to allow for customisation of all options provided by the '@nrwl/web/babel' preset. ISSUES CLOSED: #10939 Co-authored-by: Jason Gerbes <jason.gerbes@vista.co>
4 lines
200 B
TypeScript
4 lines
200 B
TypeScript
export { webInitGenerator } from './src/generators/init/init';
|
|
export { applicationGenerator } from './src/generators/application/application';
|
|
export type { NxWebBabelPresetOptions } from './babel';
|