Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

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

Open
@miroslavaivanova

Description

@miroslavaivanova

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions