Skip to content

Commit 14881ee

Browse files
author
Guillaume Chau
committed
fix(ui): undefined sources error
1 parent 4b4a770 commit 14881ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/webpack/DashboardPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class DashboardPlugin {
4343
let sendData = this.sendData
4444
let timer
4545

46-
let assetSources
46+
let assetSources = new Map()
4747

4848
if (!sendData) {
4949
ipc.connect()

0 commit comments

Comments
 (0)