NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

Specify location of sass/css #1014

Open bakerac4 opened 4 years ago

bakerac4 commented 4 years ago

Is your feature request related to a problem? Please describe. Right now I can only seem to have the app.scss/app.css be in the appPath folder.

Describe the solution you'd like I'd like to be able to specify the location of the app.scss/app.css file to have it in a few folders down. Im trying to align the look and feel with how Glimmer.js (Ember.js's rendering engine) has their app layout. They have a src folder, which I have made the appPath - but the styles are in src/ui/styles

It seems that the css is in the bundle.js file, but because its not in the right location nativescript doesn't use it?

miroslavaivanova commented 4 years ago

Can you please take a look: https://github.com/NativeScript/nativescript-cli/issues/4624#issuecomment-499379593 https://github.com/NativeScript/nativescript-cli/issues/4624#issuecomment-493510483 Hope this can help you.