NativeScript / nativescript-dev-webpack

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

fix: register non-relative app.css module #1016

Closed vakrilov closed 5 years ago

vakrilov commented 5 years ago

Since https://github.com/NativeScript/NativeScript/pull/7631 the tns-core-modules now looks for app.css package to load (instead of ./app.css) for loading the global css file.

BREAKING CHANGES: This might be a breaking change for folks using custom app.css file using approach described in https://github.com/NativeScript/nativescript-dev-webpack/issues/587. The fix would be to do global.registerModule("app.css", () => require("~/app1.css"));