performance

performance config.

usage

import { plugins, configs } from 'webpack-app-kits';
// ...
performance: configs.performance()
// ...

default

{
  hints: false
}