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 d7574fb commit a084834Copy full SHA for a084834
src/loaders/postcss/index.ts
@@ -194,7 +194,7 @@ const loader: Loader<PostCSSLoaderOptions> = {
194
getters += `get ${name}() { ${injectorCallOnce} return ${value}; },\n`;
195
}
196
197
- getters += `inject() { ${injectorCallOnce} },`;
+ getters += `inject: function inject() { ${injectorCallOnce} },`;
198
output.push(`var ${modulesVarName} = {${getters}};`);
199
200
0 commit comments