-
-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
They have a reference error in their plugin. Which does not allow compiling with WebPack AoT
This is the solution:
On login-event-data.d.ts
import { EventData } from "data/observable";
Replace By
import { EventData } from "tns-core-modules/data/observable";
On login-button.d.ts:
import { EventData } from "data/observable";
By:
import { EventData } from "tns-core-modules/data/observable";
I hope they can merge to master branch soon.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels