Skip to content
This repository was archived by the owner on May 29, 2022. It is now read-only.
This repository was archived by the owner on May 29, 2022. It is now read-only.

Update WebpackConfig typings to include performance options (or migrate to @typings/webpack) #29

@mdurling

Description

@mdurling

Configuration @easy-webpack/core@2.0.1 does not support including webpack performance options (hints, maxAssetSize, etc.)

e.g. I should be able to disable asset size warnings with the following options. They performance object is not part of the EasyWebpackConfig type definition.

performance: {
  hints: false
}

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