We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1d6e0 commit bcca0b2Copy full SHA for bcca0b2
index.js
@@ -87,7 +87,7 @@ module.exports.pitch = function (remainingRequest) {
87
} else {
88
// normal import
89
return shared.concat([
90
- 'require(' + addStylesServerPath + ')(' + id + ', content, ' + isProduction + ')'
+ 'require(' + addStylesServerPath + ').default(' + id + ', content, ' + isProduction + ')'
91
]).join('\n')
92
}
93
0 commit comments