Skip to content

Commit

Permalink
Fix: esbuild loader documentation error (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw authored Jul 13, 2024
1 parent e97561f commit 8bc4a70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ _next_ branch is for v8 changes
## [Unreleased]
Changes since the last non-beta release.

### Changed

- Fix wrong instruction in esbuild loader documentation [PR 504](https://github.com/shakacode/shakapacker/pull/504) by [adriangohjw](https://github.com/adriangohjw)

## [v8.0.1] - July 10, 2024

### Changed
Expand Down
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 8bc4a70

Please sign in to comment.