- Build: Update build per latest Babel

- npm: Add script to fix eslint errors
- npm: Update devDeps
This commit is contained in:
Brett Zamir
2019-10-01 17:33:36 +08:00
parent 404911827e
commit d856dbae4a
20 changed files with 279 additions and 178 deletions

View File

@@ -87,8 +87,8 @@ var svgEditorExtension_webappfind = (function () {
if (origin !== location.origin || // We are only interested in a message sent as though within this URL by our browser add-on
excludedMessages.includes(type) // Avoid our post below (other messages might be possible in the future which may also need to be excluded if your subsequent code makes assumptions on the type of message this is)
) {
return;
}
return;
}
} catch (err) {
return;
}