New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-app-rewire-postcss-cssnext

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-app-rewire-postcss-cssnext

Add the postccs-cssnext plugin to your create-react-app via react-app-rewired

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
3
-25%
Maintainers
1
Weekly downloads
 
Created
Source

react-app-rewire-postcss-cssnext

Add the cssnext webpack plugin to your create-react-app via react-app-rewired

Install

npm:

$ npm install --saveDev react-app-rewire-postcss-cssnext

yarn:

$ yarn add --dev react-app-rewire-postcss-cssnext

Add it to your project

  • Rewire your app than modify config-overrides.js
const rewireCSSNext = require('react-app-rewire-postcss-cssnext');

/* config-overrides.js */
module.exports = function override(config, env) {
  config = rewireCSSNext(config, env);
  return config;
}

Keywords

webpack

FAQs

Package last updated on 08 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts