From d429719a57a1cf6106d1bc4bde615b86034043d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Tue, 9 Mar 2021 23:31:02 +0100 Subject: [PATCH] Added comments --- webpack.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index e930ed3..2b8413a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,3 +1,7 @@ +/** We know this is not how Webpack should be used, but we are slowly transferring our code. + * For now this is how at least start to create a structure that allows us to transfer towards + * more modular code. Any help is highly appreciated. +*/ const path = require('path'); module.exports = {