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

Commit bc45eaf

Browse files
Merge pull request #1016 from NativeScript/register-non-relative-app-css
fix: register non-relative app.css module
2 parents 9b1e34d + 710acd7 commit bc45eaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: load-application-css-angular.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ const loadCss = require("./load-application-css");
33
module.exports = function() {
44
loadCss(function() {
55
global.registerModule("./app.css", () => require("~/app"));
6+
global.registerModule("app.css", () => require("~/app"));
67
});
78
}

0 commit comments

Comments
 (0)