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
Where sharedComponents is a symlink to another directory, the compilation fails if that folder is outside your current directory. The symlink is always resolved to its original location, where the code is not compiled.
The symlinks: false property should take care of this, but I believe it is ignored.
The text was updated successfully, but these errors were encountered:
If your config looks something like this:
Where
sharedComponents
is a symlink to another directory, the compilation fails if that folder is outside your current directory. The symlink is always resolved to its original location, where the code is not compiled.The
symlinks: false
property should take care of this, but I believe it is ignored.The text was updated successfully, but these errors were encountered: