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
What would be the best approach to share assets, like font files (woff, woff2) in packages/ui to all the apps? I would like to use the same font files with all my apps. I am always getting "Module not found", obviously this is not a module, but an asset file. What am I missing?
VSCode links fine the files, it is not a path issue, but something with the access of the files themselves.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What would be the best approach to share assets, like font files (woff, woff2) in packages/ui to all the apps? I would like to use the same font files with all my apps. I am always getting "Module not found", obviously this is not a module, but an asset file. What am I missing?
VSCode links fine the files, it is not a path issue, but something with the access of the files themselves.
In my Sass I have:
And the error is:
Beta Was this translation helpful? Give feedback.
All reactions