Open
Description
Issue Description
When building a nativescript application, the error of
"Error: Could not load CSS from app.css: Error: The specified module does not exist: null" appears. The solution I have found which doesn't break the code, is as follows. In nativescript/core/application/application-common.js on line 27 change "let cssFile = './app.css';" to "let cssFile = ''" . Now the warning error message no longer appears.
Reproduction
Simply run the applications. trace logging my need to be set to true in the application.
Relevant log output (if applicable)
Error: Could not load CSS from app.css: Error: The specified module does not exist: null
Environment
No response
Please accept these terms
- I have searched the existing issues as well as StackOverflow and this has not been posted before
- This is a bug report
- I agree to follow this project's Code of Conduct