mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Add sourcemap
This commit is contained in:
@@ -27,7 +27,8 @@ function build() {
|
||||
cache = bundle;
|
||||
bundle.write({
|
||||
format: 'iife',
|
||||
dest: 'dist/iD.js'
|
||||
dest: 'dist/iD.js',
|
||||
sourceMap: true
|
||||
});
|
||||
building = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user