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 2601fec commit 4de59d0Copy full SHA for 4de59d0
packages/@vue/cli-service/types/ProjectOptions.d.ts
@@ -23,7 +23,7 @@ interface ExtractOptions {
23
}
24
25
interface CSSOptions {
26
- modules?: boolean;
+ requireModuleExtension?: boolean;
27
extract?: boolean | ExtractOptions;
28
sourceMap?: boolean;
29
loaderOptions?: LoaderOptions;
0 commit comments