-
-
Notifications
You must be signed in to change notification settings - Fork 40
Webpack build issue with tns-platform-declarations #101
Webpack build issue with tns-platform-declarations #101
Comments
Try deleting the |
Hello, Sis0k0, I was really building IOS. Regarding versions they are:
Thanks. |
You should have a dev dependancy of |
I usually see this error if I have run a non-webpack I don't believe it's related to the All my dependencies are up to date with the latest versions ( including all the angular/webpack/nativescript packages, etc. ) with the exception of: |
I got rid of this error by removing platforms and not executing the "run" command before bundling. Weird. |
This is quite annoying. When I debugged it, it's clearly related to the I suspect this is some hook malfunctioning? |
The suspicious folder is |
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
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
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
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
When installed tns-platform-declarations, webpack generate the following error:
The text was updated successfully, but these errors were encountered: