diff --git a/generator/src/develop.js b/generator/src/develop.js index ffb446af..e3f7ad83 100644 --- a/generator/src/develop.js +++ b/generator/src/develop.js @@ -17,7 +17,6 @@ class AddFilesPlugin { apply(compiler) { compiler.hooks.afterCompile.tap("AddFilesPlugin", compilation => { this.filesList.forEach(file => { - console.log("adding file ", file); compilation.assets[`${file.name}/content.txt`] = { source: function() { return file.content;