mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 23:06:10 +03:00
Remove log statement.
This commit is contained in:
parent
f79486b3b2
commit
134b66d33c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user