Remove tslib external

This commit is contained in:
Kyle Carberry 2019-03-26 14:25:12 -04:00
parent dc2253e718
commit 8d692ded4a
No known key found for this signature in database
GPG Key ID: A0409BDB6B0B3EDB
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ module.exports = merge(
}, },
}, },
externals: { externals: {
"tslib": "commonjs tslib",
"nbin": "commonjs nbin", "nbin": "commonjs nbin",
"fsevents": "fsevents", "fsevents": "fsevents",
}, },