-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
NormalModuleReplacementPlugin has no effect with less-loader@4 #184
Comments
Hi, thanks for the bug report. It would be a big help if you could provide a minimal test repository that demonstrates the problem so I can check that out. Try to remove as much stuff as possible since it helps tracking down the problem. |
@jhnns here is the demo https://github.com/snadn/less-loader-test |
Hey, what's the status on this? |
I confirm that NormalModuleReplacementPlugin doesn't work correctly in less-loader@4 but it works in v3.0.0. |
Currently Ant Design provides theme less file. User can use Seems |
|
there is 3 files, a.less b.less c.less
a import b, and i use NormalModuleReplacementPlugin to replace b to c
when i use webpack@1 and less-loader@2, b is replaced by c.
but, upgrade to webpack@2 and less-loader@4, nothing happend
The text was updated successfully, but these errors were encountered: