Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 67d7f0e

Browse files
committed
fix node imports regression
1 parent 2baab2b commit 67d7f0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@ else {
109109
}
110110

111111
exports.cssPlugin = true;
112-
exports.fetch = function(load) {
112+
exports.fetch = function(load, fetch) {
113113
if (!this.builder)
114114
return '';
115+
return fetch(load);
115116
};
116117
exports.translate = function(load, opts) {
117118
if (!this.builder)

0 commit comments

Comments
 (0)