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

Commit 710acd7

Browse files
author
vakrilov
committed
fix: register non-relative app.css module
1 parent 9b1e34d commit 710acd7

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)