webpack config improvements

- new ‘debug-loader’ to help debugging webpack rules
- dynamically find and resolve all alfresco libraries
This commit is contained in:
Denys Vuika
2016-12-13 12:45:37 +00:00
parent 3fb041bd69
commit 7267406d33
3 changed files with 22 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
module.exports = function(source) {
this.cacheable();
console.log(this.resource);
return source;
}