Closed kungfooman closed 1 year ago
Hi, please write proper import ES6, which contains file endings... otherwise you cannot use <script type="module">... and you limit yourself to use annoying build tools (like rollup).
import
<script type="module">...
rollup
Resolved in patch v1.0.2
Hi, please write proper
import
ES6, which contains file endings... otherwise you cannot use<script type="module">...
and you limit yourself to use annoying build tools (likerollup
).