An open API service indexing awesome lists of open source software.

https://github.com/dashed/react-app-rewire-sizeof

Rewire your create-react-app project to replace url-loader with sizeof-loader using react-app-rewired.
https://github.com/dashed/react-app-rewire-sizeof

create-react-app react-app-rewired sizeof-loader webpack

Last synced: 2 months ago
JSON representation

Rewire your create-react-app project to replace url-loader with sizeof-loader using react-app-rewired.

Awesome Lists containing this project

README

        

react-app-rewire-sizeof [![npm version](https://img.shields.io/npm/v/react-app-rewire-sizeof.svg?style=flat)](https://www.npmjs.com/package/react-app-rewire-sizeof)
=======================

> Rewire your [`create-react-app`](https://github.com/facebookincubator/create-react-app) project to replace [`url-loader`](https://github.com/webpack-contrib/url-loader) with [`sizeof-loader`](https://github.com/dashed/sizeof-loader) using [`react-app-rewired`](https://github.com/timarney/react-app-rewired).

## Install

```sh
$ yarn add react-app-rewire-sizeof
# npm v5+
$ npm install react-app-rewire-sizeof
# before npm v5
$ npm install --save react-app-rewire-sizeof
```

## Usage

*TBA.*

License
=======

MIT.