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

Description
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
}