Hot reloaded assets are not modified #3471
Labels
bug
Something isn't working
cli
Related to the dioxus-cli program
hot-reload
Related to the hot reload crate
Problem
When assets in the
asset!
macro are hot reloaded here, they are just copied directly instead of applying any of the options from normal assets. This could cause odd behavior for images that are not resized.dioxus/packages/cli/src/serve/handle.rs
Line 198 in 26132cf
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
The hot reloaded asset should apply the settings just like the initial asset
Environment:
master
nightly
MacOS
web
The text was updated successfully, but these errors were encountered: