Closed aolsenjazz closed 1 year ago
Removing lazing loading. import statements loaded by ts are converted into require statements, which causes it to break when loaded in-browser via <script> tag.
import
require
<script>
remove lazy loading until we can figure out a way to not-transpile imports into requires
Removing lazing loading.
import
statements loaded by ts are converted intorequire
statements, which causes it to break when loaded in-browser via<script>
tag.remove lazy loading until we can figure out a way to not-transpile
import
s intorequire
s