From a31a04c7fb5c6e38f9529541c8ad8e8f10fe151d Mon Sep 17 00:00:00 2001 From: Jakob Lind Date: Thu, 2 May 2019 10:11:02 +0200 Subject: [PATCH] added link to webpack configuration utility --- webpack-tutorials.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webpack-tutorials.md b/webpack-tutorials.md index 842168f..31f6c9b 100644 --- a/webpack-tutorials.md +++ b/webpack-tutorials.md @@ -311,3 +311,8 @@ Also see the [Awesome Webpack list](https://github.com/d3viant0ne/awesome-webpac - **webpack-flow** https://github.com/webpack-flow/webpack-flow A set of utilities to manage sharable webpack configs and make them reusable. + +- **createapp.dev** + https://createapp.dev/webpack + Online tool for creating your own webpack config by selecting the features you need. It's a visual way of learning webpack, and you can download your project as a zip file when you're done! +