Skip to content

Commit 2f57a83

Browse files
committed
docs: update readme for common errors (addresses #578)
1 parent c6888c4 commit 2f57a83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Detailed information on how to build on Saber can be found on the [Saber develop
88

99
Automatically generated TypeScript documentation can be found [on GitHub pages](https://saber-hq.github.io/saber-common/).
1010

11+
### Common Errors
12+
13+
#### Module parse failed: Unexpected token
14+
15+
`saber-common` [targets ES2019](packages/tsconfig/tsconfig.lib.json), which is [widely supported by modern DApp browsers](https://caniuse.com/?search=es2019). Please ensure that your build pipeline supports this version of ECMAScript.
16+
1117
## Packages
1218

1319
| Package | Description | Version |

0 commit comments

Comments
 (0)