Open thupi opened 6 years ago
The same issue.
found this on stackoverflow: https://stackoverflow.com/questions/48431157/webpack-semantic-ui-less-module-build-failed
Important bit seems to be adding the .config, .overrides, and .variables files to the exclude
I just installed semantic-ui-less and used less-loader in order to include in my webpack setup. When i try to compile to project i got
webpack: 3.8.1 less-loader: 4.0.5 less: 2.7.3
As far as i know the less loader is not able read theme.config :-) Or maybe somthing could be wrong with my webpack setup :-)