Add WebInspector as global
This commit is contained in:
parent
9922261f9e
commit
4afa32a7bb
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
||||||
"serviceworker": true
|
"serviceworker": true
|
||||||
},
|
},
|
||||||
"globals": [
|
"globals": [
|
||||||
"WebView"
|
"WebView",
|
||||||
|
"WebInspector"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue