We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a973957 + fb29393 commit 0de8649Copy full SHA for 0de8649
package.json
@@ -70,8 +70,8 @@
70
"ts-node": "^1.2.1",
71
"tslint": "^4.0.2",
72
"tslint-loader": "^3.2.1",
73
- "tv4": "^1.2.7",
74
"typescript": "~2.0.3",
+ "tv4": "^1.2.7",
75
"webpack": "^2.2.1"
76
}
77
webpack.config.js
@@ -64,8 +64,5 @@ module.exports = {
64
]
65
},
66
devtool: 'source-map',
67
- externals: {
68
- 'tv4': 'var tv4',
69
- },
plugins: plugins
};
0 commit comments