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:

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i react-scripts-plugin-css-modules

      Weekly Downloads

      1

      Version

      0.3.4

      License

      MIT

      Unpacked Size

      1.77 kB

      Total Files

      4

      Last publish

      Collaborators

      • jdcrensh