Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
js: Fix import order for ./foo when both ./foo.js and ./foo/index.js …
…exists This is in line with how both Node and ESBuild's native import resolver does it. The ambiguous situations above were discovered trying to build AlpineJS v3. Note that the above was never an issue if you used `./foo.js` and similar to import the component. Fixes #8945
- Loading branch information
Showing
with
75 additions
and 4 deletions.