0.3.4 • Published 5 years ago

react-scripts-plugin-css-modules v0.3.4

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

⚠️ DEPRECATED ️️⚠️

This plugin is no longer needed, CRA 2.0 now supports CSS modules out of the box!

CSS Modules Plugin for Create React App

Enable CSS Modules in your CRA app.

Install

yarn add -D react-scripts-plugin-css-modules

Add to cra.config.js

module.exports = {
  plugins: ['css-modules'],
};

Compatability

The official Create React App does not have a supported plugin system. This plugin is compatable with the following forks:

0.3.4

5 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago