remove TS_RULE customization

This commit is contained in:
Roman Hotsiy 2016-10-18 17:44:54 +03:00
parent 4cff1fa67b
commit 22c9a5ba8e
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -17,12 +17,12 @@ const TS_RULE = {
loader: 'awesome-typescript-loader',
exclude: /(node_modules)/,
};
if (IS_MODULE) {
TS_RULE.query = {
noEmitHelpers: false
}
}
//
// if (IS_MODULE) {
// TS_RULE.query = {
// noEmitHelpers: false
// }
// }
const config = {
context: root(),