mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Rebuild time should include time spent writing the bundle and sourcemap
This commit is contained in:
@@ -59,13 +59,13 @@ function build() {
|
||||
]
|
||||
|
||||
}).then(function (bundle) {
|
||||
console.timeEnd('Rebuilt');
|
||||
bundle.write({
|
||||
format: 'iife',
|
||||
dest: 'dist/iD.js',
|
||||
sourceMap: true
|
||||
});
|
||||
building = false;
|
||||
console.timeEnd('Rebuilt');
|
||||
|
||||
}, function(err) {
|
||||
building = false;
|
||||
|
||||
Reference in New Issue
Block a user