-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: esbuild loader documentation error #504
Conversation
should be `webpack_loader` instead, similar to https://github.com/shakacode/shakapacker/blob/main/docs/using_swc_loader.md
WalkthroughThe changes involve a correction in the esbuild loader documentation within the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Failing specs is an ongoing issue independent of this change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
CHANGELOG.md (1)
15-15
: Change list item style to asterisk for consistency.The rest of the file uses asterisks for unordered list items. Change the dash to an asterisk to maintain consistency.
- - Fix wrong instruction in esbuild loader documentation [PR 504](https://github.com/shakacode/shakapacker/pull/504) by [adriangohjw](https://github.com/adriangohjw) + * Fix wrong instruction in esbuild loader documentation [PR 504](https://github.com/shakacode/shakapacker/pull/504) by [adriangohjw](https://github.com/adriangohjw)Tools
Markdownlint
15-15: Expected: asterisk; Actual: dash
Unordered list style(MD004, ul-style)
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- CHANGELOG.md (1 hunks)
- docs/using_esbuild_loader.md (1 hunks)
Files skipped from review due to trivial changes (1)
- docs/using_esbuild_loader.md
Additional context used
Markdownlint
CHANGELOG.md
15-15: Expected: asterisk; Actual: dash
Unordered list style(MD004, ul-style)
@Judahmeek @adriangohjw loader key should not have changed. Did it? |
I think it might have been updated incorrectly in the previous changes. It's inconsistent with the swc loader README too |
@adriangohjw maybe changing back that key is the right thing! asap! |
Looks like just the docs are incorrect. It was always |
should be
webpack_loader
instead, similar to https://github.com/shakacode/shakapacker/blob/main/docs/using_swc_loader.mdSummary
Pull Request checklist
- [ ] Add/update test to cover these changesOther Information
N.A.
Summary by CodeRabbit
shakapacker_loader
towebpack_loader
.CHANGELOG.md
file.