-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Useable style loader does not work after build #343
Comments
nwb uses According to these issues you can't extract usable styles:
If you need to disable use of |
Totally makes sense Previously it used to work w/o extra config... but if you can add a way of disabling this, please go ahead. I think that |
If it used to work and the stylesheet was in a split chunk you could try |
Yep, that's the case, it is working with In any case, I hope to see a setting to completely disable the extract text plugin because for useable styles case it is useless. |
What will be the ETA of change? |
Fix confirmed. |
This issue is a:
NWB version is 0.18.6.
If NWB is used with useable styles loader it works well in dev mode but throws an error if build is served.
Setup:
nwb.config.js
src/index.js
src/index.scss
Steps to reproduce:
index.js:6 Uncaught TypeError: t.n(...).a.use is not a function
The text was updated successfully, but these errors were encountered: