@@ -1,4 +1,3 @@
-var Cert =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
@@ -100,7 +100,6 @@ var certConfig = Object.assign({}, config, {
name: "cert",
entry: "./src/cert.ts",
output: {
- library: 'Cert',
path: path.resolve(__dirname, outputDirectory),
filename: "cert.ts"
},