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
{{ message }}
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
I think SystemJS is trying to load "path/to/data!pluginx" from the server because it not registered.
If I change System.registerDynamic('path/to/data!assets/scripts/pluginx.js',...) to System.registerDynamic('path/to/data!pluginx.js',...) then it works just fine.
Why is the builder generating code to register path/to/data!assets/scripts/pluginx.js instead of path/to/data!pluginx? Is this a bug?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm getting the following error in the browser after loading code generated by the builder:
Here's the Javascript code and SystemJS configuration:
The builder generates the following output:
I think SystemJS is trying to load "path/to/data!pluginx" from the server because it not registered.
If I change System.registerDynamic('path/to/data!assets/scripts/pluginx.js',...) to System.registerDynamic('path/to/data!pluginx.js',...) then it works just fine.
Why is the builder generating code to register path/to/data!assets/scripts/pluginx.js instead of path/to/data!pluginx? Is this a bug?
The text was updated successfully, but these errors were encountered: