-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
% jspm --version
0.16.48
Running against local jspm install.
While building an sfx bundle, it's expected that SystemJS would not be required, but building a bundle with systemjs-pugin-html enabled breaks the promise:
% jspm bundle-sfx src/index.ts
Generates:
...
$__System.register("1", ["2", "22"], function (exports_1, context_1) {
...
});
System.register('bower:[email protected]/polymer-ts.html!github:Hypercubed/[email protected]', [], false, function() {});
...
I verified that changing System.register
to $__System.register
works as expected. jspm bundle
also works as expected.
etimberg
Metadata
Metadata
Assignees
Labels
No labels