We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b08361 commit 964b3aeCopy full SHA for 964b3ae
example/package.json
@@ -12,8 +12,7 @@
12
"react-app-polyfill": "^1.0.1",
13
"react-netlify-identity": "latest",
14
"react": "latest",
15
- "react-dom": "latest",
16
- "typescript": "3.4.5"
+ "react-dom": "latest"
17
},
18
"devDependencies": {
19
"@types/reach__router": "^1.2.4",
netlify.toml
@@ -2,7 +2,7 @@
2
[build]
3
command = "cd example && yarn && SKIP_PREFLIGHT_CHECK=true yarn build"
4
functions = "example/functions"
5
- publish = "example/build"
+ publish = "example/dist"
6
7
## Uncomment to use this redirect for Single Page Applications like create-react-app.
8
## Not needed for static site generators.
0 commit comments