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
I bind scss using the classnames library in react.
Css modules succeeded, but html classname is using the classnames library, so css modules do not proceed.
I checked the bundle.js file and found that "var Test_module_default = {}" was empty. Is there a way to fill this part?
The text was updated successfully, but these errors were encountered:
I'm sorry for asking you a hasty question. I have identified and resolved the issue #3295
I used that plug-in because I set it up for precomfile and alias using the build-sass-plugin plug-in. But with that plug-in, it didn't seem to be local-css loader.
After all, I made my own plug-in and the code below is the result.
I'm closing this issue because it sounds like it's not a problem with esbuild. The local-css loader is the one that exports local class names in the file.
bundle.js
bundle.css
Test.jsx
esbuild.config.js
I bind scss using the classnames library in react.
Css modules succeeded, but html classname is using the classnames library, so css modules do not proceed.
I checked the bundle.js file and found that "var Test_module_default = {}" was empty. Is there a way to fill this part?
The text was updated successfully, but these errors were encountered: