Skip to content

ignore css file on server bundler / 服务端构建时忽略 css 文件 #272

@JiangWeixian

Description

@JiangWeixian

Only ignore .css, *.module.css will still process by bundler to generate .json file.

webpack

{
  test: CSS_RE,
  exclude: CSS_MODULES_RE,
  sideEffects: true,
  use: [
    {
      loader: require.resolve('@ies/pace-kit/ignore-loader.cjs'),
    },
  ],
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions