()
| 40 | () => ({ |
| 41 | name: 'resolve-react', |
| 42 | configureWebpack() { |
| 43 | return { |
| 44 | resolve: { |
| 45 | alias: { |
| 46 | // assuming root node_modules is up from "./packages/<your-docusaurus> |
| 47 | react: path.resolve('node_modules/react'), |
| 48 | }, |
| 49 | }, |
| 50 | }; |
| 51 | }, |
| 52 | }), |
| 53 | ], |
| 54 | presets: [ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…