This package has been deprecated

Author message:

CRA 2.0 brings CSS module support

react-scripts-plugin-css-modules

0.3.4 • Public • Published

⚠️ 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:

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.3
    0
  • 0.3.2
    1
  • 0.3.1
    0
  • 0.3.0
    0

Package Sidebar

Install

npm i react-scripts-plugin-css-modules

Weekly Downloads

3

Version

0.3.4

License

MIT

Unpacked Size

1.77 kB

Total Files

4

Last publish

Collaborators

  • jdcrensh