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
The build-in plugin "mini-css-extract-plugin" has an alias "extract" to add options to it. https://www.yuque.com/easy-team/easywebpack/plug
However, there is not an alias for the same one "mini-css-extract-plugin".loader to add loader options of it: https://github.com/webpack-contrib/mini-css-extract-plugin#string-2
rules: [ { test: /\.css$/, use: [ { loader: MiniCssExtractPlugin.loader, options: { publicPath: '/public/path/to/', }, }, 'css-loader', ], }, ],
There is no way to config the loader options of MiniCssExtractPlugin.
Needed, thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The build-in plugin "mini-css-extract-plugin" has an alias "extract" to add options to it.
https://www.yuque.com/easy-team/easywebpack/plug
However, there is not an alias for the same one "mini-css-extract-plugin".loader to add loader options of it:
https://github.com/webpack-contrib/mini-css-extract-plugin#string-2
There is no way to config the loader options of MiniCssExtractPlugin.
Needed, thanks
The text was updated successfully, but these errors were encountered: