mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Turn off strict
This commit is contained in:
@@ -63,7 +63,8 @@ function build() {
|
||||
bundle.write({
|
||||
format: 'iife',
|
||||
dest: 'dist/iD.js',
|
||||
sourceMap: true
|
||||
sourceMap: true,
|
||||
useStrict: false
|
||||
});
|
||||
building = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user