UNPKG

@mhy/config

Version:

> This documentation is not complete. It's in progress and it's a BETA version. Use the tool at your own risk.

9 lines (7 loc) 187 B
"use strict"; module.exports.default = entry => { if (process.env.WEBPACK_DEV_SERVER) { entry.vendor.push(require.resolve('webpack-dev-server-status-bar')); } return entry; };