@rescripts/rescript-use-rewire
v0.0.6
Published
## About
Downloads
155
Readme
@rescripts/rescript-use-rewire
About
Use "rewires" made for react-app-rewired.
Installation
npm i -D @rescripts/rescript-use-rewire
make sure you've also installed the rewire you wish to use
Usage
[["use-rewire", "name-of-rewire", "other arguments"]]
Example
module.exports = [
[
'use-rewire',
'react-app-rewire-compression-plugin',
{test: /\.js(\?.*)?$/i, cache: true},
],
]