We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
module.exports = __webpack_public_path__ + "static/media/theme.05e4814c.config"; ^ Unrecognised input in /Users/thupiceylons/wiseflow/app/src/localdata/reactjs/node_modules/semantic-ui-less/theme.config (line 1, column 15)
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 :-)
The text was updated successfully, but these errors were encountered:
The same issue.
Sorry, something went wrong.
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
No branches or pull requests
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 :-)
The text was updated successfully, but these errors were encountered: