Results 2 comments of liang.qi

![image](https://user-images.githubusercontent.com/17864869/71462693-115a0280-27ef-11ea-8373-3014efbf4350.png) https://github.com/vuejs/vue-cli/blob/ef548a7eca1884ad9db9d22a7dab0e540fd2b3a1/packages/%40vue/cli-service/lib/commands/build/resolveLibConfig.js#L114-L133 https://github.com/vuejs/vue-cli/blob/ef548a7eca1884ad9db9d22a7dab0e540fd2b3a1/packages/%40vue/cli-service/lib/commands/build/setPublicPath.js#L1-L15

```javascript const path = require('path') const ASSET_PATH = '//localhost:4003/'; function PublicPathWebpackPlugin () {} PublicPathWebpackPlugin.prototype.apply = function (compiler) { compiler.hooks.entryOption.tap('PublicPathWebpackPlugin', (context, entry) => { if (entry['module.common']) { entry['module.common'] = path.resolve(__dirname, './src/main.js')...