使用create-react-app 构建的React项目如何做到CSS模块化.

来源:9-3 CSS模块化

Doubles_Z3470738

2017-09-28

老师 我试了下官方的脚手架构建项目, 看文档内react-script这个包里面包含了 webpack及babel的一些配置, 但问题是如何进行一些自定义管理呢? 具体产生的问题是使用create-react-app构建的项目并没有做到css-loader和style-loader, 的CSS模块化配置, 所以使用老师视频的方法以及网上查的方法都不太管用, 请问是否有办法解决这个问题呢?

写回答

1回答

Doubles_Z3470738

提问者

2017-09-28

Limitations

Some features are currently not supported:

Server rendering.

Some experimental syntax extensions (e.g. decorators).

CSS Modules (see #2285).

Importing LESS or Sass directly (but you still can use them).

Hot reloading of components.

Some of them might get added in the future if they are stable, are useful to majority of React apps, don’t conflict with existing tools, and don’t introduce additional configuration.

官方文档显示不支持的话就说明, 只能通过npm run eject来进行自定义对吗 老师?

0
2
Doubles_Z3470738
回复
hahaxian321
解决了 我写了这篇文章 http://www.jianshu.com/p/1803bfac1527 希望对你有帮助
2017-12-13
共2条回复

结合基础与实战学习React.js 独立开发新闻头条平台

轻松入门 React 开发,React Router 4 与 Webpack 2 完美升级项目

2768 学习 · 2126 问题

查看课程