-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
`> vue-hackernews-2.0@ dev F:\GitHub\vue-hackernews-2.0
node server
server started at localhost:8080
webpack built 996f91e368751fc931e8 in 5953ms
Hash: 996f91e368751fc931e8
Version: webpack 2.1.0-beta.27
Time: 5953ms
Asset Size Chunks Chunk Names
app.js 164 kB 0 [emitted] app
vendor.js 415 kB 1 [emitted] vendor
app.js.map 208 kB 0 [emitted] app
vendor.js.map 515 kB 1 [emitted] vendor
index.html 619 bytes [emitted]
Child html-webpack-plugin for "index.html":
Asset Size Chunks Chunk Names
index.html 566 kB 0
webpack: bundle is now VALID.`
在 chrome 打开 localhost:8080 挂了。
显示“
localhost 网页无法正常运作
localhost 未发送任何数据。
”
console控制台上也没有发现错误。
本地的node -v 是6.5.0
不过webpack是1.13.3的,但依赖安装是2.1.0-beta的应该是这个问题吧。
有人遇到这样的问题吗?