-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #627 Allow to overwrite pre-defined aliases using addAliases() (L…
…yrkan) This PR was merged into the master branch. Discussion ---------- Allow to overwrite pre-defined aliases using addAliases() Currently pre-defined aliases (used by `vue` and `preact-compat`) are added after the ones from `Encore.addAliases(...)`, which prevents overwriting them using this method. It makes more sense to change that order so aliases from `Encore.addAliases(...)` are always added last (fixes #625). Commits ------- 29d1cb4 Allow to overwrite pre-defined aliases using addAliases()
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters