We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--bundle
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm sorry I don't know where is the problem so I'v also posted in here
OK - I've created an empty new project using tns create aaa --ng - Which is using Angular 5 & 3.40.
tns create aaa --ng
I've also added "nativescript-dev-webpack". the webpack.config.js file is the default one ( I havn't touched it). : https://gist.github.com/anonymous/4318d1205292d8707637f0b93cbd840a
"nativescript-dev-webpack"
webpack.config.js
The problem is that if I run : tns run android --env.uglify --env.report --env.aot - I do get to see the CSS in action :
tns run android --env.uglify --env.report --env.aot
But If I add --bundle : tns run android --bundle --env.uglify --env.report --env.aot I get to see this :
tns run android --bundle --env.uglify --env.report --env.aot
Question:
Why doesn't it respect the theme CSS ? It's a plain new project.
The sample project : https://ufile.io/bpkl8
BTw : all components uses ./ and added moduleid:module.id Just to see if that helps - still no. Also platform remove/add didn't help.
./
moduleid:module.id
platform remove/add
The text was updated successfully, but these errors were encountered:
3 hours wasting. until I found this :
NativeScript/nativescript-dev-webpack#378
And this fix :
NativeScript/nativescript-dev-webpack#378 (comment)
Sorry, something went wrong.
No branches or pull requests
I'm sorry I don't know where is the problem so I'v also posted in here
OK -
I've created an empty new project using
tns create aaa --ng
- Which is using Angular 5 & 3.40.I've also added
"nativescript-dev-webpack"
. thewebpack.config.js
file is the default one ( I havn't touched it). : https://gist.github.com/anonymous/4318d1205292d8707637f0b93cbd840aThe problem is that if I run :
tns run android --env.uglify --env.report --env.aot
- I do get to see the CSS in action :But If I add
--bundle
:tns run android --bundle --env.uglify --env.report --env.aot
I get to see this :Question:
Why doesn't it respect the theme CSS ? It's a plain new project.
The sample project : https://ufile.io/bpkl8
BTw : all components uses
./
and addedmoduleid:module.id
Just to see if that helps - still no.Also
platform remove/add
didn't help.The text was updated successfully, but these errors were encountered: