You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 5.4.0
Node.js: 10.13.0
To Reproduce
Download the attached sample project.
tns preview
Scan
You will get TypeError: Cannot read property 'kind' of undefined Webpack compilation error and the app will crash.
Expected behavior
The app should run on the device.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):To Reproduce
tns preview
TypeError: Cannot read property 'kind' of undefined
Webpack compilation error and the app will crash.Expected behavior
The app should run on the device.
Sample project
NSPlayground.zip
Additional context
It seems that the issue is caused by the decomposition in the main NgModule configuration.
The text was updated successfully, but these errors were encountered: