Andrei Koperskii
Andrei Koperskii
Hello I need a full example to help you. I have not used Angular for a long time and do not know what is happening here
You should define `prefix=*` or the same `prefix=[dir]`. This takes one rightmost directory from path. There is `root` parameter. It is used to strip path left (including root). In contrast,...
This is not related to the ng-cache-loader. I think you can suppress this warning with `module.exprContextCritical = false` config parameter (see [automatically created contexts...](http://webpack.github.io/docs/configuration.html#automatically-created-contexts-defaults-module-xxxcontextxxx)).
Через API: ``` javascript var makeApi = require('enb/lib/api/make'); module.exports = co.wrap(function* (config) { try { yield makeApi(nodes.build, { mode: config.mode, cache: config.cache, graph: config.graph, config: function (enbConfig) { //... }...
Хочу собрать ошибки со всех нод и вывести их в консоль как общий результат сборки. Видимо, этот [vow.all](https://github.com/enb-make/enb/blob/master/lib/make.js#L481) режектится, как только любая нода кидает исключение. После этого взаимодействие внешнего кода...
Не уверен. что мы говорим об одном и том же ) Знать про ошибку в конкретном таргете конкретной ноды - хорошо. Но еще лучше получить ошибки по всем нодам. Вот...