devtool

usage

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

default

devtool: 'source-map'