Move from Gulp to Webpack / UMD
We are upgrading our development tools to match current trends
NEW:
- all JS /dist files are now bundled by Webpack 4.8.3 - UMD!
- custom Dataviz version WITHOUT C3/D3 libraries (#87) - /dist/external_d3_c3
- ability to turn off export to a global Keen object. Use
<script>const __KEEN_NO_COMMON_GLOBAL_OBJECT__ = true;</script>
before HTML script tag with Dataviz library (#51)
FIXED:
- escaping labels (#89)