nativescript-dev-webpack icon indicating copy to clipboard operation
nativescript-dev-webpack copied to clipboard

changes are applied with custom css but there is an error in console log

Open miroslavaivanova opened this issue 6 years ago • 0 comments

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: 6.1.2
  • nativescript-dev-webpack: 1.2.1

Describe the bug Create a project and make css to be custom. When you run an app, you will see that it will crash.

To Reproduce

  1. tns create app --js
  2. rename app.css to new.css
  3. add application.setCssFileName("new.css"); in app.js
  4. tns run android
  5. app will run and if you make a change it will apply but you can see an error in a console log: JS: Error: Could not load CSS from app.css: Error: require’s first parameter should be string

Expected behavior works without error in console log

miroslavaivanova avatar Oct 28 '19 12:10 miroslavaivanova