react-app-rewire-sass

1.2.3 • Public • Published

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

const rewireSass = require('react-app-rewire-sass');
 
/* config-overrides.js */
module.exports = function override(config, env) {
  config = rewireSass(config, env);
  return config;
}

Readme

Keywords

none

Package Sidebar

Install

npm i react-app-rewire-sass

Weekly Downloads

1

Version

1.2.3

License

MIT

Last publish

Collaborators

  • timarney