create-react-app
默认是不支持stylus
的,那么如何让create-react-app
在不暴露的情况下支持stylus
呢?
解决方案
- 安装
stylus
、stylus-loader
;
- 在根目录新建
config-overrides.js
文件,并写入如下代码:
- 重启项目,项目中就可以使用
stylus
了!
参考
how to support stylus ? · Issue #203 · arackaf/customize-cra · GitHub.
Related Issues not found
Please contact @tanabalu to initialize the comment