diff --git a/src/Bundle.js b/src/Bundle.js index 2a7ec13..7814ea8 100644 --- a/src/Bundle.js +++ b/src/Bundle.js @@ -80,6 +80,8 @@ Bundle.prototype = { }, generateMap ( options ) { + options = options || {}; + let offsets = {}; let names = [];