Skip to content

Commit

Permalink
fix(types): update css options interface to reflect v4 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Oct 16, 2019
1 parent 2601fec commit 4de59d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/types/ProjectOptions.d.ts
Expand Up @@ -23,7 +23,7 @@ interface ExtractOptions {
}

interface CSSOptions {
modules?: boolean;
requireModuleExtension?: boolean;
extract?: boolean | ExtractOptions;
sourceMap?: boolean;
loaderOptions?: LoaderOptions;
Expand Down

0 comments on commit 4de59d0

Please sign in to comment.