Skip to content
Snippets Groups Projects
  • Frank Bessou's avatar
    25c686be212f
    feat(webpack): remove "minify" option from HTMLWebpackPlugin · 25c686be212f
    Frank Bessou authored
    These options are already set by default to the same values by HTMLWebpackPlugin:
    -  collapseWhitespace
    -  keepClosingSlash
    -  removeComments
    -  removeRedundantAttributes
    -  useShortDoctype
    -  removeStyleLinkTypeAttributes
    
    The other options shouldn't be necessary since we are relying on loaders and
    specific plugins to minify.
    25c686be212f
    History
    feat(webpack): remove "minify" option from HTMLWebpackPlugin
    Frank Bessou authored
    These options are already set by default to the same values by HTMLWebpackPlugin:
    -  collapseWhitespace
    -  keepClosingSlash
    -  removeComments
    -  removeRedundantAttributes
    -  useShortDoctype
    -  removeStyleLinkTypeAttributes
    
    The other options shouldn't be necessary since we are relying on loaders and
    specific plugins to minify.