Closed adriangohjw closed 4 months ago
The changes involve a correction in the esbuild loader documentation within the CHANGELOG.md
and docs/using_esbuild_loader.md
files. Specifically, an instruction in the esbuild loader setup was modified to reflect the accurate configuration value. This update replaces shakapacker_loader
with webpack_loader
in the shakapacker.yml
configuration file to properly utilize esbuild
instead of babel
.
File | Change Summary |
---|---|
CHANGELOG.md |
Fixed incorrect instruction in esbuild loader documentation. |
docs/using_esbuild_loader.md |
Updated configuration value from shakapacker_loader to webpack_loader in the guide. |
In the land of code, a change did loom,
To clear the docs of esbuild's gloom.
Withwebpack_loader
, bright and clear,
The setup sings, no quirks to fear.
Thanks to Adrian's guiding light,
The path to build is now set right. 🌟
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?
Failing specs is an ongoing issue independent of this change
@Judahmeek @adriangohjw loader key should not have changed.
Did it?
@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 webpack_loader
as the option key as far as I can see
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 changes~
Other Information
N.A.
Summary by CodeRabbit
shakapacker_loader
towebpack_loader
.CHANGELOG.md
file.