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
{{ message }}
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
When installed as a standalone app, the /app directory is expecting some dependencies from /core to get hoisted to the top, but they don't. These packages include:
'css-loader'
'sass-loader'
'file-loader'
This problem does not occur when used in a monorepo that uses workspaces
The text was updated successfully, but these errors were encountered:
dannyphillips
changed the title
Stylegator /app is expecting dependencies from /core, when not a monorepo
Stylegator /app is expecting dependencies from /core, this fails when not a monorepo using workspaces
Oct 31, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When installed as a standalone app, the /app directory is expecting some dependencies from /core to get hoisted to the top, but they don't. These packages include:
This problem does not occur when used in a monorepo that uses workspaces
The text was updated successfully, but these errors were encountered: