- Issue created by @mortona2k
- First commit to issue fork.
- Merge request !16fix handling of potential double slashes in asset paths so it doesn't break dev server urls β (Merged) created by wotnak
- Status changed to Needs review
3 months ago 6:21pm 9 August 2024 - π΅π±Poland wotnak
Code (added in https://www.drupal.org/project/vite/issues/3448622 π Asset paths for modules which names end with 'components' are rewritten incorrectly Fixed ) for removing potential double slashes in components assets paths was replacing slashes also in https://... resulting in https:/.... which was treated as an absolute path. For some reason it didn't break when using the default localhost vite dev server url which is why it wasn't caught earlier.
Fix in https://git.drupalcode.org/project/vite/-/merge_requests/16 makes sure only double slashes at the beginning of asset paths are deduped and the dev server url is not modified. -
wotnak β
committed 092a50f2 on 1.x
Issue #3467020 by wotnak, mortona2k: 1.2 release breaks vite origin urls
-
wotnak β
committed 092a50f2 on 1.x
- Status changed to Fixed
3 months ago 6:38pm 9 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.