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
I have a react app that uses the cloud scape components and I've added the chat-components.
But since I am creating my own theme, when I run the app, i see errors like this:
Module not found: Error: Can't resolve '@cloudscape-design/design-tokens' in ...\project\node_modules\@cloudscape-design\chat-components\avatar'
I suspect it's related to the section in webpack.config.js, but I can't find any info on this.
This is the section I have in my webpack.config.js:
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
-
I have a react app that uses the cloud scape components and I've added the chat-components.
But since I am creating my own theme, when I run the app, i see errors like this:
I suspect it's related to the section in
webpack.config.js
, but I can't find any info on this.This is the section I have in my webpack.config.js:
I notice there is some scripts for publishing a themeable chat-components library but I guess it's not wired up yet or not publishing.
Any help on this would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions