mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
- new ‘debug-loader’ to help debugging webpack rules - dynamically find and resolve all alfresco libraries
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
module.exports = function(source) {
|
|
this.cacheable();
|
|
console.log(this.resource);
|
|
return source;
|
|
}
|