-
-
Notifications
You must be signed in to change notification settings - Fork 199
Description
Hi everyone,
I just upgraded to webpack v4 today, but now I'm unable to import in my bootstrap files from 'bootstrap/less/bootstrap.less' without getting an error with @import statements in the less file. I was only able to get my bundle to build again by downgrading webpack back to v3. I believe the below error message explains why the less-loader was not being used, but I wanted to see if maybe there was an alternative solution.
npm WARN less-loader@4.0.5 requires a peer of webpack@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.
If this is instead a config error on my part, I'd be happy to follow up with my config file. I do see a pull request regarding v4.x support, but I'm wondering what kind of timeframe we can expect before support will be merged into the main branch? Thanks in advance!