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.
- Host: GitHub
- URL: https://github.com/dashed/react-app-rewire-sizeof
- Owner: dashed
- License: mit
- Created: 2017-12-03T09:31:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-24T07:14:29.000Z (over 7 years ago)
- Last Synced: 2025-02-26T09:38:32.292Z (3 months ago)
- Topics: create-react-app, react-app-rewired, sizeof-loader, webpack
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
react-app-rewire-sizeof [](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.