Browse Source

default to options.external = []

better-aggressive
Rich Harris 9 years ago
parent
commit
223cddc55e
  1. 2
      src/Bundle.js

2
src/Bundle.js

@ -47,7 +47,7 @@ export default class Bundle {
this.assumedGlobals = blank();
this.external = options.external;
this.external = options.external || [];
this.onwarn = options.onwarn || onwarn;
// TODO strictly speaking, this only applies with non-ES6, non-default-only bundles

Loading…
Cancel
Save