UNPKG
browser-es-module-loader
Version:
latest (0.4.1)
0.4.1
0.4.0
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Demonstrates ES module loading in the browser
browser-es-module-loader
/
example
/
another-module.js
1 lines
•
30 B
JavaScript
View Raw
1
console
.
log
(
'another module'
);