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 05ca418 commit dc0887dCopy full SHA for dc0887d
packages/core/src/css/libCssExtractLoader.ts
@@ -284,7 +284,7 @@ export const pitch: Rspack.LoaderDefinition['pitch'] = function (
284
}
285
286
for (let [distFilepath, content] of m.entries()) {
287
- // TODO: workaround solution for adding banner and footer to css files in bundleless mode
+ // add banner and footer to css files in bundleless mode
288
if (banner) {
289
content = `${banner}\n${content}`;
290
0 commit comments