issues
search
maptiler
/
maptiler-client-js
MapTiler APIs wrapper in JavaScript & TypeScript
https://docs.maptiler.com/client-js/
BSD 3-Clause "New" or "Revised" License
15
stars
8
forks
source link
Dev bundler
#28
Closed
jonathanlurie
closed
1 year ago
jonathanlurie
commented
1 year ago
RD-164
+
RD-131
update with moduleResolution: "Bundler"
removed the dist and docs file from the repo because they make a lot of noise
added npmignore file
prevents the test from watching (would block CI)
update Rollup config to put "web-merc-projection" as external for export to ES
update some dev dep
tried to get rid of some
any
types
unfortunately, the update to new eslint made changes to basically every source files :(
bumped to v1.7.0
RD-164 + RD-131
any
types