michaelwayman / node-sass-chokidar

A thin wrapper around node-sass to replicate the --watch using chokidar instead of Gaze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use node-sass-chokidar create css declaration file (.d.css)

ShinyHwong opened this issue · comments

I'm using react + sass + typescript + webpack. When I building my app, build css command only create css file from scss file. there's no d.css file, so it's always build error. such as error TS2307: Cannot find module './xxx.css'

@ShinyHwong I am making a new version of this and going to fix all the issues that are open. Please follow up on this with more information?

can you please provide a sample code so I can fix this ASAP?