You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@import'./fonts';
/** Import CSS for custom components, that are not part of the ui library. */@import'./custom/code-block';
@import'./custom/http-operation-badge';
Expected Behavior
Should compile without errors.
Actual Behavior
Breaks with
ERROR in ./src/styles/styles.less (./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./src/styles/styles.less)
Module not found: Error: Can't resolve 'url-loader' in '/absolute/path/to/project'
This issue is for a:
Code
Webpack config
The styles.less file, that throws the error:
Expected Behavior
Should compile without errors.
Actual Behavior
Breaks with
I suppose this is caused by the removal of
file-loaders
useRelativePath
-option in version 3.0.0.@jhnns said that the less-loader usually applies the
relativePath
-option automatically, which sound like a problem, if the option is not supported anymore.How Do We Reproduce?
Use less-loader with file-loader 3.x
The text was updated successfully, but these errors were encountered: