easy-team / egg-webpack

Egg Webpack Dev Server Plugin, Support Memory File and Hot-Reload
https://easyjs.cn
MIT License
68 stars 16 forks source link

fix: normalizeUrlFile might get undefined #7

Closed brickyang closed 6 years ago

brickyang commented 6 years ago

buildPath.replace(baseDir) needs second argument '', otherwise it will replace the baseDir with undefined.