Skip to content

Commit 38e8381

Browse files
committed
add xstate code for blog post
1 parent 53f8ab2 commit 38e8381

18 files changed

+740
-235
lines changed

nx.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
"cache": true,
5454
"dependsOn": ["^build"],
5555
"inputs": ["production", "^production"]
56+
},
57+
"@nx/vite:build": {
58+
"cache": true,
59+
"dependsOn": ["^build"],
60+
"inputs": ["production", "^production"]
5661
}
5762
},
5863
"namedInputs": {
@@ -75,10 +80,10 @@
7580
"generators": {
7681
"@nx/react": {
7782
"application": {
83+
"babel": true,
7884
"style": "styled-components",
7985
"linter": "eslint",
80-
"bundler": "vite",
81-
"babel": true
86+
"bundler": "vite"
8287
},
8388
"library": {
8489
"style": "styled-components",

0 commit comments

Comments
 (0)