Add silent to codesandbox config (#20730)

This commit is contained in:
Ricky
2021-02-03 18:53:07 -05:00
committed by GitHub
parent c1cfa734fd
commit 3b02ae5cc6

View File

@@ -6,5 +6,6 @@
"react-dom": "build/node_modules/react-dom",
"scheduler": "build/node_modules/scheduler"
},
"sandboxes": ["new"]
"sandboxes": ["new"],
"silent": true
}