Skip to content

Outdated filename template strings in README.md #196

@vitoyucepi

Description

@vitoyucepi

Documentation Is:

  • Missing
  • Needed
  • Confusing
  • Not Sure?
  • Outdated

Please Explain in Detail...

As of v6.0.0 filename template variables were refactored.
But README.md still has [path] instead of [file] or [path][base] or [base].
I don't understand why do you use [path][base].gz instead of [file].gz as a default filename template.

Also https://webpack.js.org/plugins/compression-webpack-plugin/ still serves cached version.

Your Proposal for Changes

  1. Replace [path] with [file] in README.md on lines:

    • 261
    • 399
    • 426
    • 433
  2. Maybe replace [path][base] with [file] in other cases.

  3. Invalidate cache for https://webpack.js.org/plugins/compression-webpack-plugin/.
    I don't know if it really necessary.

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