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
For testing locally using npm link to install a symlink to the local package can be useful, however with the current build configuration these symlinks are resolved back to the original path which means assets do not get processed as required through the build pipeline. Using symlink: false in the build configuration resolves this issue, we should investigate if this causes any undesired side-affects and if not update our build config.
The text was updated successfully, but these errors were encountered:
Enhancement
For testing locally using
npm link
to install a symlink to the local package can be useful, however with the current build configuration these symlinks are resolved back to the original path which means assets do not get processed as required through the build pipeline. Usingsymlink: false
in the build configuration resolves this issue, we should investigate if this causes any undesired side-affects and if not update our build config.The text was updated successfully, but these errors were encountered: