Office Add-in: Support CSS Module in React app #855
Unanswered
Cuong Le (cuongle)
asked this question in
Q&A
Replies: 0 comments
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.
Hi All,
I got stump when trying to set up CSS Module into my Office Add-in - React app. I got the exception:
My global.d.ts:
Typescript configuration:
Webpack configuration:
And the code:
Looks like for styles is undefined and cannot read content from css.
Is there any example that support css module from Office Add-in React?
All reactions