Uncaught ReferenceError: module is not defined
when importing halfmoon-module.js
#109
Labels
v1
Version 1.x.x
It looks like
halfmoon-module.js
is not actually a mobule, it instead seems to be trying to lookup amodule
in its global scope, which doesn't exist.Seems this may be a CommonJS file perhaps, but its not a module, so is the file misnamed or is
import
'ing it not actually the right way from a javascript module, and if not then how is it supposed to be imported into a javascript module?The text was updated successfully, but these errors were encountered: