vmap-js
vmap-js copied to clipboard
fix: Point module import to dist/vmap-js.js
If package.json:module points to the source package it break the compatibility with older browsers as the sources include ES6 code. Using the transpiled distributable fixes this issue.
It would make sense to change from module to browser though to follow the same system that @dailymotion/vast-client