Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
sfx build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jun 30, 2015
1 parent 1c8afd5 commit a2d1ed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ function wrapSFXOutputs(loader, tree, outputs, sfxEntryPoints, opts) {
var load = tree[name];
if (load.metadata.build !== false) {
var format = load.metadata.format;
if (format == 'defined')
return;
// NB to be deprecated with SystemJS 0.19
if (format == 'es6')
format = 'esm';
Expand Down

0 comments on commit a2d1ed7

Please sign in to comment.