1.0.2 • Published 5 years ago

@tomtwo/react-app-rewire-sass v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@tomtwo/react-app-rewire-sass

An updated version of react-app-rewire-sass which supports react-scripts@1.1.0, allowing you to import .scss files straight into Create React App projects without ejecting.

Install

npm install @tomtwo/react-app-rewire-sass

or

yarn add @tomtwo/react-app-rewire-sass

Usage

In your config-overrides.js:

const rewireSass = require('@tomtwo/react-app-rewire-sass');

module.exports = function override(config, env) {
  config = rewireSass(config, env);

  return config;
};
1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago