@tomtwo/react-app-rewire-sass

1.0.2 • Public • Published

@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;
};

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.21latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.21
1.0.10
1.0.00

Package Sidebar

Install

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

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

5.51 kB

Total Files

4

Last publish

Collaborators

  • tomtwo