-
-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.js plugin support #77
Comments
How are you installing Did you just do - |
Ah, no I was doing It works now. Thanks! |
Great. I may be changing the plugin names in future to be more indicative that they are plugins like I'll be sure to include any changes like this in the release notes. |
+1 to that idea |
This was referenced Apr 7, 2022
guybedford
pushed a commit
that referenced
this issue
Apr 8, 2023
guybedford
pushed a commit
that referenced
this issue
Apr 8, 2023
guybedford
pushed a commit
that referenced
this issue
Apr 8, 2023
guybedford
pushed a commit
that referenced
this issue
Apr 8, 2023
guybedford
pushed a commit
that referenced
this issue
Apr 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System.js has some plugins that allow it to load other types of files, such as CSS: https://github.com/systemjs/systemjs#plugins
I am able to jspm install a plugin, however it does not successfully load the plugin. In the case of the CSS plugin, it makes a request looking for
/css.js
instead of looking in/jspm_packages/github/systemjs/plugin-css/
.I'm guessing this is because System.js is loading the plugin itself implicitly after seeing an import like this:
import "../css/bootstrap.css!";
Any thoughts on how to address this? I'd be happy to submit a PR if you have an idea @guybedford
The text was updated successfully, but these errors were encountered: