From ede7c53bdaf4f0dcc36814026bde88ffb4513a60 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com> Date: Sun, 16 Feb 2025 12:16:03 +0100 Subject: [PATCH 1/3] content: add "about" --- content/post/what-is-nodejs-loaders.mdx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/content/post/what-is-nodejs-loaders.mdx b/content/post/what-is-nodejs-loaders.mdx index 49051f1..6c536b3 100644 --- a/content/post/what-is-nodejs-loaders.mdx +++ b/content/post/what-is-nodejs-loaders.mdx @@ -1,10 +1,26 @@ --- title: What is Nodejs-Loaders -description: Nodejs-Loaders is a collection of loaders for Node.js. +description: nodejs-loaders is a project designed to provide a variety of loaders that make local development and CI testing quicker and easier. authors: AugustinMauroy, JakobJingleheimer date: 2025-07-01 category: information --- +## Our Values: Simplicity, Lightness, Efficiency + +We believe in keeping things simple and efficient. nodejs-loaders is built with these core values in mind: + +* **Simplicity:** Easy to use and understand. +* **Lightness:** Minimal overhead and dependencies. +* **Efficiency:** Optimized for speed and performance. + +## Maintained By + +nodejs-loaders is currently maintained by [Jacob Smith](https://github.com/JakobJingleheimer) and [Augustin Mauroy](https://github.com/AugustinMauroy/). + +## Get Involved! + +We encourage you to explore the [nodejs-loaders repository](https://github.com/nodejs-loaders/nodejs-loaders). Feel free to contribute, provide feedback, or suggest new loaders! + > **NOTE :** > `Nodejs-Loaders` is not a official project from [Node.js](https://nodejs.org). It's just some packages that can be used with Node.js. From 28ac87a0bcfe053e5a25845a77cbf8894a2139dc Mon Sep 17 00:00:00 2001 From: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com> Date: Mon, 24 Feb 2025 22:47:54 +0100 Subject: [PATCH 2/3] add @ Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> --- content/post/what-is-nodejs-loaders.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/what-is-nodejs-loaders.mdx b/content/post/what-is-nodejs-loaders.mdx index 6c536b3..1eb563f 100644 --- a/content/post/what-is-nodejs-loaders.mdx +++ b/content/post/what-is-nodejs-loaders.mdx @@ -16,7 +16,7 @@ We believe in keeping things simple and efficient. nodejs-loaders is built with ## Maintained By -nodejs-loaders is currently maintained by [Jacob Smith](https://github.com/JakobJingleheimer) and [Augustin Mauroy](https://github.com/AugustinMauroy/). +nodejs-loaders is currently maintained by [@JakobJingleheimer](https://github.com/JakobJingleheimer) and [@AugustinMauroy](https://github.com/AugustinMauroy/). ## Get Involved! From 014047cfc39866ff0f4d63d95553abc56fa11281 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com> Date: Mon, 24 Feb 2025 22:48:24 +0100 Subject: [PATCH 3/3] make it simple Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> --- content/post/what-is-nodejs-loaders.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/post/what-is-nodejs-loaders.mdx b/content/post/what-is-nodejs-loaders.mdx index 1eb563f..cf28c81 100644 --- a/content/post/what-is-nodejs-loaders.mdx +++ b/content/post/what-is-nodejs-loaders.mdx @@ -8,11 +8,7 @@ category: information ## Our Values: Simplicity, Lightness, Efficiency -We believe in keeping things simple and efficient. nodejs-loaders is built with these core values in mind: - -* **Simplicity:** Easy to use and understand. -* **Lightness:** Minimal overhead and dependencies. -* **Efficiency:** Optimized for speed and performance. +We believe in keeping things simple and efficient. nodejs-loaders is built with these core values in mind: Simplicity and Efficiency. ## Maintained By