Skip to content

Commit e19a110

Browse files
authored
docs(loaders): add link to esbuild-loader (webpack#6337)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com> Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
1 parent 9c0db76 commit e19a110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/loaders/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Loaders are activated by using `loadername!` prefixes in `require()` statements,
2929
## Transpiling
3030

3131
- [`babel-loader`](/loaders/babel-loader) Loads ES2015+ code and transpiles to ES5 using [Babel](https://babeljs.io/)
32+
- [`esbuild-loader`](https://github.com/privatenumber/esbuild-loader) Loads ES2015+ code and transpiles to ES6+ using [esbuild](https://esbuild.github.io/)
3233
- [`buble-loader`](https://github.com/sairion/buble-loader) Loads ES2015+ code and transpiles to ES5 using [Bublé](https://buble.surge.sh/guide/)
3334
- [`traceur-loader`](https://github.com/jupl/traceur-loader) Loads ES2015+ code and transpiles to ES5 using [Traceur](https://github.com/google/traceur-compiler#readme)
3435
- [`ts-loader`](https://github.com/TypeStrong/ts-loader) Loads [TypeScript](https://www.typescriptlang.org/) 2.0+ like JavaScript

0 commit comments

Comments
 (0)