UNPKG

@aftertheflood/londonsquared

Version:

Visualise london borough data in the style of After the Floods London Squared cartograms

12 lines (10 loc) 199 B
const path = require('path'); module.exports = { entry: './src/index.js', output: { path: path.resolve('dist'), filename: 'index.js', libraryTarget: 'var', library: 'atf' } };