Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

alias needed for "mini-css-extract-plugin".loader #81

Open
@derekhu

Description

@derekhu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp