Skip to content

Commit d0f1c6e

Browse files
committed
Added browserlist, package.json depencency
1 parent 518ec41 commit d0f1c6e

File tree

3 files changed

+84
-53
lines changed

3 files changed

+84
-53
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ifdef VERBOSE
9999
endif
100100

101101
SOURCES := $(shell find $(SRCDIR) -name '*.go' -not -path './test/*')
102-
DASHBOARDSOURCES := $(shell find $(DASHBOARDDIR)/src -name '*.js' -not -path './test/*')
102+
DASHBOARDSOURCES := $(shell find $(DASHBOARDDIR)/src -name '*.js' -not -path './test/*') $(DASHBOARDDIR)/package.json
103103

104104
.PHONY: all
105105
all: verify-generated build

dashboard/assets.go

Lines changed: 82 additions & 52 deletions
Large diffs are not rendered by default.

dashboard/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"devDependencies": {
1717
"react-scripts": "^2.1.1"
1818
},
19+
"browserslist":"",
1920
"proxy": "https://192.168.140.212:8528",
2021
"scripts": {
2122
"start": "react-scripts start",

0 commit comments

Comments
 (0)