React Scaffold Create-react-app Configuration Sass

Source: Internet
Author: User

This article describes how to configure sass in react

(1) Download node

(2) Installation of Create-react-app

NPM install-g Create-react-app

(3) Construction project

1. Create-react-app my-Project   generates a 2. CD My-project

(4) Configuration sass

1. Execute NPM Install SASS-loader node--save-dev  

  

2. Execute NPM run eject to  get config and script two folders

3. Find config in webpack.config.dev.js and webpack.config.prod.js respectively in the rules add {test:/\.scss$/, loaders:[' Style-loader ', ' css- Loader ', ' Sass-loader ']}

React Scaffold Create-react-app Configuration Sass

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.