Add sourcemap

This commit is contained in:
Tom MacWright
2016-08-30 16:25:51 -04:00
parent 28e41032e9
commit fc0e381769

View File

@@ -27,7 +27,8 @@ function build() {
cache = bundle;
bundle.write({
format: 'iife',
dest: 'dist/iD.js'
dest: 'dist/iD.js',
sourceMap: true
});
building = false;
});