UNPKG

leaflet.freedraw

Version:

Zoopla inspired freehand polygon creation using Leaflet.js.

22 lines (21 loc) 473 B
module.exports = { entry: ['babel-polyfill', './src/FreeDraw.js'], output: { filename: './dist/leaflet.freedraw.cjs.js', libraryTarget: 'commonjs2' }, externals: { leaflet: 'L', 'clipper-lib': 'ClipperLib', ramda: 'R' }, module: { loaders: [ { test: /\.js$/, loader: 'babel-loader', exclude: /node_modules/i } ] } };