New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-app-rewire-sass

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-app-rewire-sass

This package has been deprecated as Create React App has [documented instructions](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-a-css-preprocessor-sass-less-etc) on how to setup without

latest
npmnpm
Version
1.2.3
Version published
Weekly downloads
26
225%
Maintainers
1
Weekly downloads
 
Created
Source

Deprecated

This package has been deprecated as Create React App has documented instructions on how to setup without ejecting.

Rewire create-react-app to use SASS!

Install

$ npm install --save react-app-rewire-sass

Add it to your project

  • Rewire your app than modify config-overrides.js
const rewireSass = require('react-app-rewire-sass');

/* config-overrides.js */
module.exports = function override(config, env) {
  config = rewireSass(config, env);
  return config;
}

FAQs

Package last updated on 19 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts