UNPKG

chartjs-plugin-largedatasets

Version:
24 lines (22 loc) 476 B
const pkg = require('./package.json'); const banner = `/* * @license * ` + pkg.name + ` * Version: ` + pkg.version + ` * * Copyright ` + (new Date().getFullYear()) + ` Christopher Beine * Released under the MIT license * https://github.com/dudelkuchen/` + pkg.name + `/blob/master/LICENSE */`; export default { input: 'src/index.js', banner: banner, name: 'ChartLargeDatasets', format: 'umd', external: [ 'chart.js' ], globals: { 'chart.js': 'Chart' } };