inferno-app-rewire-sass

1.4.2 • Public • Published

Deprecated

This package has been deprecated as Create Inferno App has documented instructions on how to setup without ejecting.

Rewire create-inferno-app to use SASS!

Install

$ npm install --save inferno-app-rewire-sass

Add it to your project

const rewireSass = require('inferno-app-rewire-sass');

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

Readme

Keywords

none

Package Sidebar

Install

npm i inferno-app-rewire-sass

Weekly Downloads

0

Version

1.4.2

License

MIT

Unpacked Size

3.55 kB

Total Files

5

Last publish

Collaborators

  • steveesamson