We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84ef8a4 + 762efc1 commit 9194060Copy full SHA for 9194060
1 file changed
README.md
@@ -197,10 +197,12 @@ See also experimental [autoscan](https://github.com/oklas/react-app-alias/issues
197
198
### Using SWC etc
199
200
+Alias plugin must be aplied **after** SWC plugin.
201
+
202
Plugin SWC must be declared in plugin section before alias plugn. This is because
203
SWC plugn recreate SWC configuration instead of babel configuration. Both babel and
204
swc configurations originally without alias configuration. So to configure alias,
-alias plugin must be aplied after SWC plugin:
205
+**alias plugin must be aplied after SWC plugin**:
206
207
```js
208
const { CracoAliasPlugin } = require('react-app-alias');
0 commit comments