Configuration @easy-webpack/[email protected] 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
}