kibana/tasks/config
Richard Hoffman 8b4c052889 babel 6 upgrade (#9702)
* [npm] upgrade babel

The upgrade to babel 6 requires an upgrade to all of the associated modules, which meant that a few other things changed at the same time. The most notable is the way that we handle our babel-options, which is now done with an npm module and includes using the babel-loader's "presets" query string param.

This meant changes to the babel_options.js module and extending it to help setting up the "babel-register" module, which was previously copy-pasted in several places.

* [mtodules] upgrade to support babel6 module semantics

* [eslint] fix lint errors

* [babel] ignoer massive fixture files

* [cli/errors] use Object.setPrototypeOf since subclassing Error is broken

* [babel] Upgrading core babel libraries

[babel] Use WIP babel-6-fix branch of babel-preset-kibana

* Fix broken test

* [babel] Reverse unnecessary module.exports changes

* Fix notifier

* Use babel presets and plugins directly

* [babel/options] resolve preset/plugins paths for better plugin compatibility

* [babel/options] use babel-preset-env for correct node settings

* [babel] cache babel compilation in webpack like we thought we were
2017-02-09 14:48:55 -07:00
..
aws_s3.js [eslint] reenable no-extra-semi and quotes rules (#9473) 2016-12-13 18:17:47 -07:00
babel.js babel 6 upgrade (#9702) 2017-02-09 14:48:55 -07:00
build.js Allow build configuration to run on Windows machines (#9951) 2017-01-18 23:17:57 -05:00
clean.js build: remove deepModules hackery (#9327) 2016-12-01 19:52:37 -05:00
copy.js Remove libsass as a dependency (#9803) 2017-01-09 20:27:54 -08:00
eslint.js Upgrade eslint (#9357) 2016-12-12 13:44:18 -07:00
esvm.js Tribe node support (#9132) 2016-12-30 09:46:55 -06:00
intern.js [eslint] re-enable no-var and prefer-const (#9455) 2016-12-13 10:44:27 -07:00
karma.js add test sharding 2016-09-02 10:38:29 -07:00
licenses.js Fix build with ui framework (#9463) 2016-12-13 14:41:57 -07:00
packages.js [build] Include full version in staging package prefix, set production prefix separately 2016-07-21 21:27:42 -05:00
platforms.js [eslint] re-enable no-var and prefer-const (#9455) 2016-12-13 10:44:27 -07:00
run.js [eslint] enable object-curly-spacing and no-global-assign (#9486) 2016-12-14 13:29:32 -07:00
s3.js [eslint] re-enable no-var and prefer-const (#9455) 2016-12-13 10:44:27 -07:00
services.js [eslint] re-enable no-var and prefer-const (#9455) 2016-12-13 10:44:27 -07:00
simplemocha.js Use spec reporter for Mocha tests (#9470) 2016-12-13 17:05:05 -08:00