vmap-js icon indicating copy to clipboard operation
vmap-js copied to clipboard

fix: Point module import to dist/vmap-js.js

Open IhToN opened this issue 2 years ago • 0 comments

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

IhToN avatar Jun 21 '23 13:06 IhToN