AA

Results 133 comments of AA

@zloirock, а `es5` опциональный модуль? Если нет, то в каких случаях он может попасть в сборку?

@zloirock > Что касается колбека - в JS API вы и так передаёте список необходимых модулей / пространств имён, сборкой занимается webpack, но дополнительно подключает только внутренние модули. А может...

@zloirock, ну тогда ок, спасибо!

Не понял, в смысле выслать модуль? ) Модули ставил `npm install [email protected]` и через `package.json`, при этом чистил `npm_modules` перед каждой установкой. Версия таска 1.2.0 ``` ➜ npm list |...

Файлов очень много, мне кажется что не вообще них дело, т.к. ошибка `Warning: Cannot find module '[email protected]' Use --force to continue.` говорит не о какой-то синтаксической ошибке, а об отсутствии...

Я вижу две проблемы: 1. Таск фейлится если указывать явно версию пакета (типа `[email protected]`) 2. Фейлится на любой ES6 инструкции (например, `class foo {}`) с ошибкой типа: `Warning: Unexpected token...

Hm, [grunt-contrib-concat](https://github.com/gruntjs/grunt-contrib-concat) has the same functionality. For example, it will be convenient for customization debug output and other wrappers to export the file.

It's not the plugin problem. You'd replace the server headers "application/json" with text/javascript

But it does not solve the problem without setTimeout, like this: https://github.com/malsup/form/blob/e77e287c8024d200909a7b4f4a1224503814e660/jquery.form.js#L409

> Do you think this solves your issue? I like your proposal, but it looks like over configuration in the current release. Such changes should be worked by default. ```js...