I have a less file in my project which includes other less files with @import statements.
Currently the file is compiled to css with webpack.
What I want is to compile this file to css in the browser.
When I set the less loader to a file loader for this file, I get a less file but the imports are not resolved.
When I set the less loader for this file, I get a css file.
How can I achieve this?