[kbn/optimizer] implement more efficient auto transpilation for node (#79052)

Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
Spencer 2020-10-02 18:36:25 -07:00 committed by GitHub
parent 92a629fc1f
commit ddf2d82e44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 563 additions and 191 deletions

View file

@ -17,5 +17,5 @@
* under the License.
*/
require('../src/setup_node_env/babel_register');
require('@kbn/optimizer').registerNodeAutoTranspilation();
require('../src/dev/run_precommit_hook');