UNPKG

backbone-fusioncharts

Version:

Simple and Lightweight Backbone wrapper for FusionCharts JavaScript Charting Library

20 lines (18 loc) 362 B
const path = require('path'); module.exports = { entry: path.join(__dirname, 'example', 'index.js'), output: { path: path.join(__dirname, 'example'), filename: 'bundle.js', }, module: { rules: [ { test: /\.js?$/, exclude: /node_modules/, loader: 'babel-loader', }, ], }, devtool: 'source-map', };