If you try to load a module at say... "component.vue?date=2024.02.04" for cache-busting reasons it will fail, as the loader will assume the extension is ".04" not" .vue".
To Reproduce
See above
Expected behavior
The loader should ignore anything after (and including) a "?"
Describe the bug
If you try to load a module at say... "component.vue?date=2024.02.04" for cache-busting reasons it will fail, as the loader will assume the extension is ".04" not" .vue".
To Reproduce See above
Expected behavior The loader should ignore anything after (and including) a "?"
Versions