Skip to content

Commit 44a03e5

Browse files
debs-obrienmontogeek
authored andcommitted
chore(concepts) Add name to the contribution (#2448)
sorry just a small thing but only just learnt how to add my name to the contribution that I made 2 weeks ago. hope thats ok to add it in here, if not no worries
1 parent 9d014e1 commit 44a03e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/concepts/loaders.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ contributors:
1010
- simon04
1111
- jhnns
1212
- byzyk
13+
- debs-obrien
1314
---
1415

1516
Loaders are transformations that are applied on the source code of a module. They allow you to pre-process files as you `import` or “load” them. Thus, loaders are kind of like “tasks” in other build tools and provide a powerful way to handle front-end build steps. Loaders can transform files from a different language (like TypeScript) to JavaScript or inline images as data URLs. Loaders even allow you to do things like `import` CSS files directly from your JavaScript modules!

0 commit comments

Comments
 (0)