[Question] How to get generated styles filename if use stylex on server with webpack? #563
Unanswered
artemxgruden
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!
How to get generated styles filename if use stylex on server with webpack?
Can I get styles filename in webpack stats as named chunk in "assetsByChunkName" field?
As example
"assetsByChunkName":{
"main":["main-99b61b329dfe8a7841a1.js"],
"common":["common-99b61b329dfe8a7841a1.js"],
==>>>>>>>>>>>>> "styles": ["styles-somecontenthash.css"]
}
Beta Was this translation helpful? Give feedback.
All reactions