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
if(options?.library==='react'){if(tsConfig.compilerOptions.jsx!=="react-jsx"){// TODO: should we throw error or just force "react-jsx"// we might just force "react-jsx", since "react-jsxdev" is handy for development}}
The text was updated successfully, but these errors were encountered:
the CLI should verify
tsconfig.json
and give warning ifcompilerOptions.jsx
is not set toreact-jsx
see https://github.com/equinor/fusion-framework/blob/main/packages/cli/src/bin/build-application.ts
The text was updated successfully, but these errors were encountered: