code11 / engine

A declarative state management system
MIT License
9 stars 11 forks source link

engine.service-web: doesn't generate a definition style immediately after including a css file #117

Open dumconstantin opened 3 years ago

dumconstantin commented 3 years ago

Using the dev server from engine.service-web, when creating a styles.module.css file and then importing it import styles from './styles.module.css in a .tsx file does not immediately generate the definition files.

To create the definition file a restart of the service is required.

Expected behaviour: it should generate the styles.modules.d.ts immediately on import.