Having previously configured the paths for require.js, whenever I am trying to use punycode as a named module, it does not seem to be available, until I use
As far as I can see punycode is doing nothing out of the ordinary in its module definition.
Require.js supports specifying paths to named modules and packages.
Hi,
Having previously configured the paths for require.js, whenever I am trying to use punycode as a named module, it does not seem to be available, until I use
The example above works, compared to the one below, that does not
Otherwise, if I am doing something like
then it does NOT work.
Cheers,
Alex.