Skip to content

Commit

Permalink
Fix: esbuild loader documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw authored Jul 11, 2024
1 parent e97561f commit 27f2738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using_esbuild_loader.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use esbuild as your transpiler today. You need to do two things:
npm install esbuild esbuild-loader
```

2. Add or change `shakapacker_loader` value in your default `shakapacker.yml` config to `esbuild`
2. Add or change `webpack_loader` value in your default `shakapacker.yml` config to `esbuild`
The default configuration of babel is done by using `package.json` to use the file within the `shakapacker` package.

```yml
Expand Down

0 comments on commit 27f2738

Please sign in to comment.