feat: remove compatible eval

This commit is contained in:
Xmader 2020-11-25 18:19:40 -05:00
parent b34931e1b6
commit aa7622e953
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
1 changed files with 0 additions and 2 deletions

View File

@ -84,8 +84,6 @@ export default [
format: "iife",
sourcemap: false,
banner: getBannerText,
intro: "// fix for Greasemonkey\nwindow.eval('(' + function () {",
outro: "}.toString() + ')()')"
},
plugins,
},