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
I appreciate that this is built to work out of the box in the browser, but it'd be nice if there was support for using portions of your library through named imports for more complex setups.
Currently npm install does work like
npm install devpunks/snuggsi
but there is no way to use this directly in code like
I appreciate that this is built to work out of the box in the browser, but it'd be nice if there was support for using portions of your library through named imports for more complex setups.
Currently npm install does work like
but there is no way to use this directly in code like
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import
The text was updated successfully, but these errors were encountered: