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
In the DOM, the style names are being correctly applied, but the styles are not, they seem to have a different name.
Based on the above mentioned issues, I have made sure that my generateScopedName is the same as my localIdentName.
.babel loader config that simulates babelrc
This is due to an issue with the context (apparently will be fixed by babel 7). This gets imported into webpack.config.
I've also made sure to single quote the naming as mentioned might be a problem. I've also noticed that my stylesheets seem to incorporate the full bootstrap for each module. I still can't seem to get this to work. Here is my repo: https://github.com/yazdog8/launchpad
The text was updated successfully, but these errors were encountered:
I'm having issues related to a couple of closed issues:
I'm running node version 9.7.1 and webpack 4.2.0.
In the DOM, the style names are being correctly applied, but the styles are not, they seem to have a different name.
Based on the above mentioned issues, I have made sure that my generateScopedName is the same as my localIdentName.
.babel loader config that simulates babelrc
This is due to an issue with the context (apparently will be fixed by babel 7). This gets imported into webpack.config.
webpack.config.js
I've also made sure to single quote the naming as mentioned might be a problem. I've also noticed that my stylesheets seem to incorporate the full bootstrap for each module. I still can't seem to get this to work. Here is my repo: https://github.com/yazdog8/launchpad
The text was updated successfully, but these errors were encountered: