-
-
Notifications
You must be signed in to change notification settings - Fork 48
Conversation
Seems like I'll wait before merging, to avoid issues due to the missing files. |
I also noticed that there is no way to remove css at runtime. If you delete a css property and the app syncs with hmr, the property will still affect the app. Example: <Label class="message"/> .message {
font-size: 20;
color: red;
} If I remove |
This happens because of the ^ in front, seems that it takes the version from RC which does not contain those loaders, so I'm using a concrete version now. |
@vtrifonov, you can use the |
This seems like something that need to be implemented in the tns-core-modules, could you log an issue there about it? |
@vtrifonov thanks, will open an issue about the css unloading. |
Refactored webpack.config.js file for better css/scss support.