From d261937c25205b9f5ced6f3217068a9623b57235 Mon Sep 17 00:00:00 2001 From: Jakob Lind Date: Thu, 23 Aug 2018 12:01:56 +0200 Subject: [PATCH] Update index.md added info about a visual tool for creating webpack configs. --- src/content/configuration/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/configuration/index.md b/src/content/configuration/index.md index f79628a03a4b..bc46a81322fc 100644 --- a/src/content/configuration/index.md +++ b/src/content/configuration/index.md @@ -401,3 +401,4 @@ T> Want to rapidly generate webpack configuration file for your project requirem [Generate Custom Webpack Configuration](https://generatewebpackconfig.netlify.com/) is an interactive portal you can play around by selecting custom webpack configuration options tailored for your frontend project. It automatically generates a minimal webpack configuration based on your selection of loaders/plugins, etc. +[Visual tool for creating webpack configs](https://webpack.jakoblind.no/) is an online configuration tool for creating webpack config where you can select any combination of features you need. It also generates a full example project based on your webpack configs.