Open
Description
Hi,
I have recently used this library in our project for compiling packages into single compiled file but getting various issues and compilation errors like:
Typescript related error: "files" list in config file tsconfig.json is empty
JSX compilation error : you may need an additional loaders to handle the result of these loaders
project structure:
packages/
packageA/
node_modules/
package.json
tsconfig.json
src/
index.ts
client/
testComponent.tsx
server/
index.js
dist/
... similar structure for packageB/ also
how to resolve such compilation errors or anyone has tried any workaround this in your project, please share some insights.
Note: Yeah i know @vercel/ncc doesn't support JSX syntax
Metadata
Metadata
Assignees
Labels
No labels
Activity