hollow-cli
Version:
11 lines (9 loc) • 338 B
JavaScript
/***************************************************
* Created by nanyuantingfeng on 2019-07-02 19:27. *
***************************************************/
const { DefinePlugin } = require('webpack')
module.exports = defines => config => {
if (defines) {
config.plugin('DefinePlugin:Custom').use(DefinePlugin, [defines])
}
}