kibana-riya
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
20 lines (14 loc) • 451 B
JavaScript
;
var _lodash = require('lodash');
var fromRoot = require('path').resolve.bind(null, __dirname, '../../');
if (!process.env.BABEL_CACHE_PATH) {
process.env.BABEL_CACHE_PATH = fromRoot('optimize/.babelcache.json');
}
exports.webpack = {
stage: 1,
nonStandard: true,
optional: ['runtime']
};
exports.node = (0, _lodash.cloneDeep)({
ignore: [fromRoot('src'), /[\\\/](node_modules|bower_components)[\\\/]/]
}, exports.webpack);