Skip to content

Query strings in file names break plugin #8

@wallzero

Description

@wallzero

I append query strings to my output for cache busting purposes. For example:

new MiniCssExtractPlugin({
  chunkFilename: '[name].css?[chunkhash:' + HASH_LIMIT + ']',
  filename: '[name].css?[chunkhash:' + HASH_LIMIT + ']'
}),

However, when I use query strings, my css is no longer minified. Here is a similiar issue with optimize-css-assets-webpack-plugin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions