We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec333f2 commit 3e302b7Copy full SHA for 3e302b7
1 file changed
package.json
@@ -9,8 +9,8 @@
9
"prepare": "npm run build",
10
"doc": "kkt build --app-src ./example",
11
"start": "kkt start --app-src ./example",
12
- "build": "tsbb build",
13
- "watch": "tsbb watch",
+ "build": "tsbb build src/*.tsx --use-babel",
+ "watch": "tsbb watch src/*.tsx --use-babel --bail",
14
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
15
},
16
"repository": {
@@ -62,7 +62,7 @@
62
"react": "^18.2.0",
63
"react-dom": "^18.2.0",
64
"source-map-explorer": "~2.5.2",
65
- "tsbb": "^3.7.6"
+ "tsbb": "^4.1.0"
66
67
"browserslist": {
68
"production": [
0 commit comments