Skip to content

Commit

Permalink
Add docs for SWC usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Sep 15, 2023
1 parent d3a99c5 commit 247e9bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ bin/dev-static
overmind start -f Procfile.dev-static
```


## Running with SWC

This project uses [SWC](https://swc.rs) instead of Babel.
For more information about this feature,
introduced in Shakapacker 6.1.1,
please check out
[Shakapacker - Using SWC Loader](https://github.com/shakacode/shakapacker/blob/master/docs/using_swc_loader.md)
documentation.

## Testing Functionality of SSR and HMR

1. Start app using either `bin/dev` or `bin/dev-static` (or run `Procfile.dev` or `Procfile.dev-static` with your favorit process manager like overmind or foreman).
Expand Down

0 comments on commit 247e9bd

Please sign in to comment.