Alex

Results 3 issues of Alex

When WebPack has aliases propery: ``` module.exports = { ... resolve: { extensions: ['.js'], alias: { default: path.resolve(__dirname, 'default'), './default': path.resolve(__dirname, 'default'), } } } ``` and `extract-loader` is being...

Directives are not being cached entirely in my project. Within my project, I have this type of directive implementation: File format names: `app/modules/path/to/file-name-directive.js` Type of implementation: ``` angular.module('module.name') .directive('nameOfDirective', nameOfDirective);...

I saw the "Caveats" in the description, and the `btime` for Linux distros does not support be setting... But for curiosity, is it possible that this feature will be implemented?...

help wanted