Reactjs – Webpack says 'you may need an additional loader' in React.js project
I created a React project with two workspaces, 'webmail' and 'component'. I put a small tsx file in 'component', I want to use that in 'webmail'. This is the package.json of component: { "name": "@monorepo/component", "version": "0.1.0", "description": "Creating a…