You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: