PHP Classes

File: vendors/gentelella/vendors/echarts/webpack.config.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/echarts/webpack.config.js   Download  
File: vendors/gentelella/vendors/echarts/webpack.config.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 413 bytes
 

Contents

Class file image Download
var PROD = process.argv.indexOf('-p') >= 0; module.exports = { entry: { 'echarts': __dirname + '/index.js', 'echarts.simple': __dirname + '/index.simple.js', 'echarts.common': __dirname + '/index.common.js' }, output: { libraryTarget: 'umd', library: 'echarts', path: __dirname + '/dist', filename: PROD ? '[name].min.js' : '[name].js' } };