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.
Using this app https://github.com/NativeScript/nativescript-ui-autocomplete/tree/master/demo and "nativescript-dev-webpack": "~0.15.0" we are unable to build with tns run ios --bundle --env.uglify --for-device --release . Same happens for android. It throws separate error for each xml :
..
ERROR in ./examples/completion-mode/autocomplete-startswith-page.xml
Module not found: Error: Can't resolve 'navigation/example-page' in '/Users/branzov/Git/nativescript-ui-autocomplete/demo/app/examples/completion-mode'
@ ./examples/completion-mode/autocomplete-startswith-page.xml 1:69-103 1:189-223
@ . sync (root|page).(xml|css|js|ts|scss)$
@ ./app.ts
ERROR in ./examples/completion-mode/autocomplete-contains-page.xml
Module not found: Error: Can't resolve 'navigation/example-page' in '/Users/branzov/Git/nativescript-ui-autocomplete/demo/app/examples/completion-mode'
@ ./examples/completion-mode/autocomplete-contains-page.xml 1:69-103 1:189-223
@ . sync (root|page).(xml|css|js|ts|scss)$
@ ./app.ts
..
The text was updated successfully, but these errors were encountered:
If the app hasn't been built before the webpack command "tns run ios --bundle" same errors are thrown. In fact, if you run 'tsc' command will solve the issue but it seems like a side effect.
Using this app https://github.com/NativeScript/nativescript-ui-autocomplete/tree/master/demo and "nativescript-dev-webpack": "~0.15.0" we are unable to build with tns run ios --bundle --env.uglify --for-device --release . Same happens for android. It throws separate error for each xml :
..
ERROR in ./examples/completion-mode/autocomplete-startswith-page.xml
Module not found: Error: Can't resolve 'navigation/example-page' in '/Users/branzov/Git/nativescript-ui-autocomplete/demo/app/examples/completion-mode'
@ ./examples/completion-mode/autocomplete-startswith-page.xml 1:69-103 1:189-223
@ . sync (root|page).(xml|css|js|ts|scss)$
@ ./app.ts
ERROR in ./examples/completion-mode/autocomplete-contains-page.xml
Module not found: Error: Can't resolve 'navigation/example-page' in '/Users/branzov/Git/nativescript-ui-autocomplete/demo/app/examples/completion-mode'
@ ./examples/completion-mode/autocomplete-contains-page.xml 1:69-103 1:189-223
@ . sync (root|page).(xml|css|js|ts|scss)$
@ ./app.ts
..
The text was updated successfully, but these errors were encountered: