We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930ee59 commit a928679Copy full SHA for a928679
README.md
@@ -119,7 +119,7 @@ module.exports.jest = aliasJest(options)
119
```js
120
// craco.config.js
121
122
-const {CracoAliasPlugin} = require('react-app-rewire-alias')
+const {CracoAliasPlugin} = require('react-app-alias')
123
124
const options = {} // default is empty for most cases
125
packages/react-app-alias-ex/package.json
@@ -39,6 +39,6 @@
39
"url": "https://github.com/oklas/react-app-alias/issues"
40
},
41
"dependencies": {
42
- "react-app-alias": "^0.0.0"
+ "react-app-alias": "^2.0.0"
43
}
44
0 commit comments