Attempting to adjust an ejected CRA config to allow kebab-case CSS and camelCase JS via css-loaders webpack #9579
Unanswered
seandonn-boston
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I'm attempting to replicate this syntactical config via css-loaders 3.4.2 in an ejected create-react-app 3.4.1, however I have been entirely unsuccessful. I've written up a more detailed stackoverflow post describing my goal, research, and current (failing) attempt.
At a glance, I would like the following results in my code:
styles.css
index.js
And this is my most accurate yet failing attempt in webpack.config.js
Has anyone been able to accomplish this? Is there a better place to ask these questions?
Beta Was this translation helpful? Give feedback.
All reactions