Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

fix(tsconfig): add "exclude" property to aot config #120

Merged
merged 1 commit into from
Apr 19, 2017

Conversation

sis0k0
Copy link
Contributor

@sis0k0 sis0k0 commented Apr 17, 2017

The "exclude" property isn't properly inherited from the base
configuration ("tsconfig.json") so we need to explicitly specify it.
This caused the angular compiler to try to parse the platforms folder
and eventually fail.

fixes #101

@vchimev
Copy link
Contributor

vchimev commented Apr 18, 2017

run ci

@sis0k0 sis0k0 force-pushed the vlaeva/exclude-tsconfig-aot branch from 2d1f682 to 24539a0 Compare April 18, 2017 10:17
The "exclude" property isn't properly inherited from the base
configuration ("tsconfig.json") so we need to explicitly specify it.
This caused the angular compiler to try to parse the `platforms` folder
and eventually fail.

fixes #101
@sis0k0 sis0k0 force-pushed the vlaeva/exclude-tsconfig-aot branch from 24539a0 to 5ac8b38 Compare April 18, 2017 10:27
@sis0k0 sis0k0 merged commit d28dba1 into master Apr 19, 2017
@sis0k0 sis0k0 deleted the vlaeva/exclude-tsconfig-aot branch April 19, 2017 11:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Webpack build issue with tns-platform-declarations
2 participants