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
to my project, I start to see these errors below linked to failing to find the scss files in the correct folder.
The path lookup seems to be wrong. Those files do
in fact exist in node_modules/react-widgets/scss/calendar.scss
and node_modules/react-widgets/scss/src/scss/calendar.scss
Failed to parse source map from '<workspace>/node_modules/src/scss/calendar.scss' file: Error: ENOENT: no such file or directory, open '<workspace>/node_modules/src/scss/calendar.scss'
I do not want to turn off GENERATE SOURCE MAPS.
I'm running in a Lerna mono repo, could this be related?
The text was updated successfully, but these errors were encountered:
When adding the line
to my project, I start to see these errors below linked to failing to find the
scss
files in the correct folder.The path lookup seems to be wrong. Those files do
in fact exist in
node_modules/react-widgets/scss/calendar.scss
and
node_modules/react-widgets/scss/src/scss/calendar.scss
The text was updated successfully, but these errors were encountered: