In aspnet-webpack-react 3.0.0+, remove the workaround for #1066. Templates that use this version of the package need to not have issue #1066

This commit is contained in:
Steve Sanderson
2017-06-26 15:34:30 +01:00
parent 117c1a6cbd
commit 3da87dd3d3
4 changed files with 4 additions and 84 deletions

View File

@@ -5,7 +5,7 @@
"target": "es5",
"declaration": true,
"outDir": ".",
"lib": ["dom", "es2015"]
"lib": ["es2015"]
},
"files": [
"src/index.ts"