When a user provides a netlify.toml file k/v pair: plugins.inputs.loadingStrategy: eager it is ignored and instead uses lazy for all imgloading attributes.
Is this a regression?
This is not a regression.
Steps To Reproduce the error
Have a Netlify site with the Cloudinary integration enabled
Bug Report
Describe the bug
When a user provides a
netlify.toml
file k/v pair:plugins.inputs.loadingStrategy: eager
it is ignored and instead useslazy
for allimg
loading
attributes.Is this a regression?
This is not a regression.
Steps To Reproduce the error
src
attribute of an htmlimg
tagInspect
to review attributesExpected behaviour
When inspecting the
img
's attributes, I expect to see theloading
attribute beeager
since I specified it in mynetlify.toml
Your environment
Additional context
I've got a fix already so will open a PR~