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) {