Skip to content

Commit f4e511c

Browse files
authored
fix(types): rename UrlLoaderOptions.esModules to esModule (nuxt#294)
1 parent 22d2762 commit f4e511c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/config/build.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ interface CssLoaderOptions {
4848
}
4949

5050
interface UrlLoaderOptions {
51-
esModules?: boolean
51+
esModule?: boolean
5252
fallback?: WebpackLoader
5353
limit?: boolean | number | string
5454
mimetype?: string

0 commit comments

Comments
 (0)