Replies: 2 comments
-
The root styles and design tokens are generated as part of the theming build, which should be used by the chat-components library. As far as I can see, the resolve should replace the path with the themed build version of the design tokens. Could you confirm that the folder (themed/design-tokens) contains a valid package.json and index.js? |
Beta Was this translation helpful? Give feedback.
0 replies
-
yes it does. Not sure what I did, but this is actually now resolved for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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