使用typescript将sass加载到create-react-app中

时间:2018-11-03 13:11:38

标签: reactjs typescript sass create-react-app

我最近将create-react-app迁移到打字稿。迁移后,.tsx组件中的scss文件将被忽略。我正在这样导入文件:

 selenium.common.exceptions.WebDriverException: Message: unknown error: no chrome binary at C:/Program Files (x86)/Google/Chrome/Application/chrome.exe
      (Driver info: chromedriver=2.43.600210 (68dcf5eebde37173d4027fa8635e332711d2874a),platform=Windows NT 6.1.7601 SP1 x86_64)

这在js中工作正常。我已经安装了node-sass,甚至尝试安装@ types / node-sass。我想这样做而不弹出。不胜感激。

1 个答案:

答案 0 :(得分:0)

根据本文档https://facebook.github.io/create-react-app/docs/adding-a-sass-stylesheet#docsNav

如果您使用react-scripts@2.0.0或更高版本

npm install node-sass

重启并享受。