Skip to content

Commit

Permalink
fix(ui): undefined sources error
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 27, 2018
1 parent 4b4a770 commit 14881ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/lib/webpack/DashboardPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class DashboardPlugin {
let sendData = this.sendData
let timer

let assetSources
let assetSources = new Map()

if (!sendData) {
ipc.connect()
Expand Down

0 comments on commit 14881ee

Please sign in to comment.