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

Commit

Permalink
make umd the default sfx build
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 13, 2016
1 parent 7e05447 commit 52597db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ function processCompileOpts(options, defaults) {
// it may make sense to split this out into build options
// at a later point as static build and bundle compile diverge further
runtime: false,
format: 'global',
format: 'umd',
globalDeps: {},
globalName: null,
// conditionalResolutions: {},
Expand Down

0 comments on commit 52597db

Please sign in to comment.