Andrey Titovskiy 3 жил өмнө
parent
commit
d511a8c207
2 өөрчлөгдсөн 0 нэмэгдсэн , 2 устгасан
  1. 0 1
      build/cert.ts
  2. 0 1
      webpack.config.js

+ 0 - 1
build/cert.ts

@@ -1,4 +1,3 @@
-var Cert =
 /******/ (function(modules) { // webpackBootstrap
 /******/ 	// The module cache
 /******/ 	var installedModules = {};

+ 0 - 1
webpack.config.js

@@ -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"
 	},