Skip to content

Commit 3e302b7

Browse files
committed
chore(deps): update dependency tsbb to v4 #165
jaywcjlove/tsbb#439
1 parent ec333f2 commit 3e302b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"prepare": "npm run build",
1010
"doc": "kkt build --app-src ./example",
1111
"start": "kkt start --app-src ./example",
12-
"build": "tsbb build",
13-
"watch": "tsbb watch",
12+
"build": "tsbb build src/*.tsx --use-babel",
13+
"watch": "tsbb watch src/*.tsx --use-babel --bail",
1414
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
1515
},
1616
"repository": {
@@ -62,7 +62,7 @@
6262
"react": "^18.2.0",
6363
"react-dom": "^18.2.0",
6464
"source-map-explorer": "~2.5.2",
65-
"tsbb": "^3.7.6"
65+
"tsbb": "^4.1.0"
6666
},
6767
"browserslist": {
6868
"production": [

0 commit comments

Comments
 (0)