| 1 | import { babelConfig, rootResolve, isFunction, isObject, log, resolve, originalRequire } from './utils'; |
| 2 | import HtmlWebpackPlugin from 'html-webpack-plugin'; |
| 3 | import TerserPlugin from 'terser-webpack-plugin'; |
| 4 | import chalk from 'chalk'; |
nothing calls this directly
no test coverage detected