nativescript-dev-webpack
                                
                                 nativescript-dev-webpack copied to clipboard
                                
                                    nativescript-dev-webpack copied to clipboard
                            
                            
                            
                        project successfully prepare when xml file is broken
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
Describe the bug If your xml file is broken and you prepare a project, you will see that it will successfully build.
To Reproduce
- tns create app
- change something in main-page.xml, for example remove>
- tns prepare android/ios
- project will succesfully build. Missing
..../TestApp/app/main-page.xml has syntax errors.
warning
unclosed xml attribute
Expected behavior should error in console