mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
webpack config improvements
- new ‘debug-loader’ to help debugging webpack rules - dynamically find and resolve all alfresco libraries
This commit is contained in:
5
demo-shell-ng2/config/loaders/debug.js
Normal file
5
demo-shell-ng2/config/loaders/debug.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = function(source) {
|
||||
this.cacheable();
|
||||
console.log(this.resource);
|
||||
return source;
|
||||
}
|
Reference in New Issue
Block a user