nx/packages/react/plugins/webpack.ts

7 lines
177 B
TypeScript

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