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.

7 lines (6 loc) 179 B
module.exports.default = entry => { if (process.env.WEBPACK_DEV_SERVER) { entry.vendor.push(require.resolve('webpack-dev-server-status-bar')) } return entry }