Skip to content

Conversation

smnandre
Copy link
Member

Q A
Branch? 6.4
Bug fix? yes
New feature? no
Deprecations? no
Issues Fix #57969
License MIT

Following import were not handled in the JSDeliverEsmResolver, due to the $ character.

import jQuery$1 from "/npm/jquery@3.7.0/+esm";

This PR updates the regex to handle this case.

Following import were not handled, due to the `$`.

```js
import jQuery$1 from "/npm/jquery@3.7.0/+esm";
```

This PR updates the regex to handle this case.
@nicolas-grekas
Copy link
Member

Thank you @smnandre.

@nicolas-grekas nicolas-grekas merged commit 93e8814 into symfony:6.4 Aug 21, 2024
8 of 10 checks passed
This was referenced Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants