From e213e16e5b21b97a148b970cbf70bbed1d2492f7 Mon Sep 17 00:00:00 2001 From: Henry Vogt Date: Wed, 12 Jul 2023 12:34:40 +0200 Subject: [PATCH] docs: fadeout webpack Fading out webpack as we no longer see a necissity to highlight it. Additionally added some text that makes clear that we keep recommending it. --- radar/2023-09-01/webpack.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 radar/2023-09-01/webpack.md diff --git a/radar/2023-09-01/webpack.md b/radar/2023-09-01/webpack.md new file mode 100644 index 0000000..f187ed6 --- /dev/null +++ b/radar/2023-09-01/webpack.md @@ -0,0 +1,9 @@ +--- +title: "Webpack" +ring: adopt +quadrant: tools +tags: [frontend, coding] +featured: false +--- + +Webpack still is one of, if not even the most used bundler by now. The team behind is continuously fixing bugs and adding new features that are released in major version updates. Even if there were new bundlers coming up in recent years, we still can recommend using Webpack. \ No newline at end of file