Alex
Alex
@vseventer I resolved my problem by getting rid of this horrible `extract-loader` in my main HTML file template. The `extract-loader` also brokes my AngularJS templates in my project. I used...
@ashald Do you plan to fix this issue or is this project abandoned already?
In addition, with **components**, it is working as expected: File format names: `app/modules/path/to/file-name-component.js` Type of implementation: ``` angular.module('module.name') .component('nameOfComponent', { templateUrl: 'path/to/file/test.html, controller: TestController, controllerAs: 'vm', bindings: { item: '=',...
And what about ‘crtime’? I saw some articles on the internet that for the filesystems like [ext4](https://www.kernel.org/doc/html/latest/filesystems/ext4/dynamic.html#inode-timestamps) – crtime is supported…