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
In above config, when run npm run serve , the css style can't work, But don't cause import error.
But when set style:"css" or style:true, the css file will cause import error: Module not found: Error: Can't resolve 'create-ui-lib/lib/chatbox/style/css'
That means the css file isn't imported. Why not useful for function?
In above config, when run
npm run serve
, the css style can't work, But don't cause import error.But when set
style:"css"
orstyle:true
, the css file will cause import error:Module not found: Error: Can't resolve 'create-ui-lib/lib/chatbox/style/css'
That means the css file isn't imported. Why not useful for function?
The text was updated successfully, but these errors were encountered: