Skip to content

Commit fc7b7e6

Browse files
style: format code with Prettier
This commit fixes the style issues introduced in 945ded7 according to the output from Prettier. Details: None
1 parent 945ded7 commit fc7b7e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
### Minor Changes
66

77
- a899336: ### ✨ Enhancements
8+
89
- Replaced `textExtensions` with `customLoaders` for fine-grained extension-to-loader mapping.
910
- Introduced `name` option for overriding the plugin name (useful for debugging or deduplication).
1011
- Added support for multiple query-based loaders: `?text`, `?base64`, `?dataurl`, `?file`, `?binary`.
1112
- Improved fallback logic for resolving files: now tries extensions or `index.[ext]` for folders.
1213
- Regex-based `onLoad` filtering boosts performance (leveraging Go-native ESBuild internals).
1314

1415
### 🛠 Internal Refactors
16+
1517
- Code refactored for better readability and maintainability.
1618
- Error messages are now clearer and more actionable.
1719
- Switched to consistent plugin naming (`"esbuild-raw-plugin"` instead of randomized suffix).

0 commit comments

Comments
 (0)