Skip to content

Commit dc0887d

Browse files
committed
chore: update
1 parent 05ca418 commit dc0887d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/css/libCssExtractLoader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export const pitch: Rspack.LoaderDefinition['pitch'] = function (
284284
}
285285
}
286286
for (let [distFilepath, content] of m.entries()) {
287-
// TODO: workaround solution for adding banner and footer to css files in bundleless mode
287+
// add banner and footer to css files in bundleless mode
288288
if (banner) {
289289
content = `${banner}\n${content}`;
290290
}

0 commit comments

Comments
 (0)