Skip to content

Commit 9f8cd9d

Browse files
authored
fix: ignore generator options for asset/source module type (#9216)
1 parent 8c356ab commit 9f8cd9d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/rspack/src/config/adapter.ts

+1
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ function getRawGeneratorOptions(
666666

667667
if (
668668
[
669+
"asset/source",
669670
"javascript",
670671
"javascript/auto",
671672
"javascript/dynamic",

tests/webpack-test/configCases/contenthash/assets/test.filter.js

-2
This file was deleted.

0 commit comments

Comments
 (0)