Skip to content

Commit 4de59d0

Browse files
committed
fix(types): update css options interface to reflect v4 changes
1 parent 2601fec commit 4de59d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/types/ProjectOptions.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface ExtractOptions {
2323
}
2424

2525
interface CSSOptions {
26-
modules?: boolean;
26+
requireModuleExtension?: boolean;
2727
extract?: boolean | ExtractOptions;
2828
sourceMap?: boolean;
2929
loaderOptions?: LoaderOptions;

0 commit comments

Comments
 (0)