UNPKG

kibana-123

Version:

Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic

18 lines (16 loc) 362 B
let { defaults } = require('lodash'); let babelOptions = require('../../src/optimize/babel_options'); module.exports = { build: { options: babelOptions.node, src: [ 'build/kibana/**/*.js', '!**/public/**', '!**/node_modules/**', '!**/bower_components/**', '!**/__tests__/**' ], dest: '.', expand: true } };