0.9.5-a • Published 7 years ago

react-scripts-pluggable v0.9.5-a

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
7 years ago

react-scripts-pluggable

This package allows extending of create-react-app's webpack config via "pluggable" modules.

Currently available pluggables

In order to use this package, create a new react app using the create-react-app utility specifying the scripts-version as 'react-scripts-pluggable':

create-react-app myAwesomeApp --scripts-version react-scripts-pluggable

In order to use a plugin, simply install it using npm, in the root of your application, making sure to use the paramater 'save' or 'save-dev':

npm install pluggable-postcss-nested --save-dev

or

yarn add pluggable-postcss-nested --dev

This would enable the postcss-nested plugin for your create-react-app application.

Documentation on creating plugins can be found at the pluggable-plugin-template repo.

This package includes scripts and configuration used by Create React App.
Please refer to its documentation: