kibana/x-pack/gulpfile.js
Spencer feca5f33ce
[6.8] [npm] upgrade gulp to 4.0.2 (#101184)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-06-02 10:35:23 -07:00

12 lines
399 B
JavaScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
require('@kbn/plugin-helpers').babelRegister();
require('dotenv').config({ silent: true });
const { tasks } = require('./tasks');
module.exports = tasks;