You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, trying to build this in steal-tools will cause errors.
To make this work we would want:
Support for loading modules that start with either /, //, http and https which we currently can't do.
Since unpkg supporters semver, it would be great if we could do semver to normalize to the same module. For example //unpkg.com/can@5/core.mjs and //unpkg.com/can@^5.0.0/core.mjs should normalize to the same module.
The text was updated successfully, but these errors were encountered:
matthewp
changed the title
Proposal: Make it possible to build out projects of native modules
Proposal: Make it possible to build out projects using native modules
Jul 23, 2018
With native modules in browsers, some teams might choose to use those in development. It could look something like this:
development.html
app.js
Currently, trying to build this in steal-tools will cause errors.
To make this work we would want:
/
,//
,http
andhttps
which we currently can't do.//unpkg.com/can@5/core.mjs
and//unpkg.com/can@^5.0.0/core.mjs
should normalize to the same module.The text was updated successfully, but these errors were encountered: