瀏覽代碼

fix ts build

Andrey Titovskiy 3 年之前
父節點
當前提交
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"
 	},