UNPKG

svgchrt

Version:

A way to easily create SVG-based charts without having to worry about positioning of titles, subtitles or legends.

8 lines (6 loc) 180 B
const path = require('path'); const common = require('./webpack.common'); const { merge } = require('webpack-merge'); module.exports = merge(common,{ mode : 'production' });