IgniteUI / igniteui-cli

Ignite UI Command-Line Interface by Infragistics
https://bit.ly/2L19rhp
MIT License
118 stars 4 forks source link

React cannot build #1217

Closed wnvko closed 6 months ago

wnvko commented 6 months ago

Description

Cannot build the generated react project.

Steps to reproduce

  1. Create react TS project using empty template.
  2. Install npm packages.
  3. Run npm run build command

Result

error TS2307: Cannot find module './style.module.css' or its corresponding type declarations. error TS2307: Cannot find module '/logo.svg' or its corresponding type declarations. errors are thrown in the console and application is not build.

Expected result

Application should be able to build with no errors.