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
If there is a *.scss file entry point in development, these styles will be injected via hot loading. While this is working with raw-loader v1, it is broken with raw-loader v2.
We need to find out why raw-loader v2 breaks style hot loading before we can upgrade to raw-loader v2!
The text was updated successfully, but these errors were encountered:
It might be related to the breaking change introduced in v2 that raw-loader uses ES module export instead of CommonJS now: webpack-contrib/raw-loader#69
If there is a
*.scss
file entry point in development, these styles will be injected via hot loading. While this is working withraw-loader
v1, it is broken withraw-loader
v2.We need to find out why
raw-loader
v2 breaks style hot loading before we can upgrade toraw-loader
v2!The text was updated successfully, but these errors were encountered: