Skip to content

Commit e0d6364

Browse files
committed
wip(vue2): fix typings for StylePreprocessor interface
1 parent 4f05f7c commit e0d6364

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/vue2StyleProcessors.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ export interface StylePreprocessor {
1111
render(
1212
source: string,
1313
map: any | null,
14-
options: any,
15-
customRequire?: (id: string) => any
14+
options: any
1615
): StylePreprocessorResults
1716
}
1817

0 commit comments

Comments
 (0)