UNPKG

128 BJavaScriptView Raw
1module.exports = hotEntry => {
2 if (!hotEntry || hotEntry === true) {
3 hotEntry = 'main'
4 }
5 return [].concat(hotEntry)
6}