Skip to content

Commit ddaa800

Browse files
committed
feat: ESM Module + demo with vite instead of webpack
BREAKING CHANGE: remove cjs support and use modern es6 ESM module instead
1 parent 00a78ee commit ddaa800

9 files changed

+881
-6844
lines changed

demo/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616

1717
<body>
1818
<div id="map"/>
19+
<script type="module" src="src/index.js"></script>
1920
</body>
2021
</html>

0 commit comments

Comments
 (0)