From be529d0b7176fe00b8dc685f3419770672b50de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Mon, 22 Mar 2021 08:21:28 +0100 Subject: [PATCH] Update commands and removed comment --- webpack.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 8834ebf..8c92e1a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,7 +1,3 @@ -/** 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 = function (env) {