You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be useful to alias framework/entry to other submodules within the framework package. I have a CLI that accepts flags that change what /entry points to & cannot use the new alias option to achieve this.
Right now, esbuild throws this error if you attempt to do that:
Error: Build failed with 1 error:
error: Invalid alias name: "framework/entry"
The workaround (previous approach) is to alias the entry via a plugin's resolve hook.
The text was updated successfully, but these errors were encountered:
It can be useful to alias
framework/entry
to other submodules within theframework
package. I have a CLI that accepts flags that change what/entry
points to & cannot use the newalias
option to achieve this.Right now, esbuild throws this error if you attempt to do that:
The workaround (previous approach) is to alias the entry via a plugin's resolve hook.
The text was updated successfully, but these errors were encountered: