Vimniky Luo
Vimniky Luo

Reputation: 156

what's the differences of url-loader , file-loader , and image-loader

I'm so confused about url-loader , file-loader and image-loader . Can anybody explain me what's the differences of url-loader , file-loader , and image-loader and why we need all of them . thanks !

Upvotes: 4

Views: 1635

Answers (1)

Vimniky Luo
Vimniky Luo

Reputation: 156

The url-loader works like the file-loader, but can return a Data Url if the file is smaller than a limit.

The limit can be specified with a query parameter.

Upvotes: 4

Related Questions