Files
nrwl--nx/packages/react/plugins/webpack.ts
T
2026-07-13 12:38:36 +08:00

7 lines
177 B
TypeScript

import { composePlugins, withNx } from '@nx/webpack';
import { withReact } from './with-react';
const plugin = composePlugins(withNx(), withReact());
module.exports = plugin;