TBD54566975 / incubating-web5-labs

Apache License 2.0
25 stars 16 forks source link

npm run build gives errors #53

Closed ALRubinger closed 1 year ago

ALRubinger commented 1 year ago

Using the upstream branch issue-47/update-sdk:

npm run build has errors:

Error: Transform failed with 10 errors:
assets/index.8c49503e.js:8287:5719: ERROR: Big integer literals are not available in the configured target environment ("chrome87", "edge88", "es2020", "firefox78", "safari13" + 2 overrides)
assets/index.8c49503e.js:8287:5723: ERROR: Big integer literals are not available in the configured target environment ("chrome87", "edge88", "es2020", "firefox78", "safari13" + 2 overrides)
assets/index.8c49503e.js:8287:5732: ERROR: Big integer literals are not available in the configured target environment ("chrome87", "edge88", "es2020", "firefox78", "safari13" + 2 overrides)
assets/index.8c49503e.js:8287:5736: ERROR: Big integer literals are not available in the configured target environment ("chrome87", "edge88", "es2020", "firefox78", "safari13" + 2 overrides)
assets/index.8c49503e.js:8300:80181: ERROR: Big integer literals are not available in the configured target environment ("chrome87", "edge88", "es2020", "firefox78", "safari13" + 2 overrides)
ALRubinger commented 1 year ago

Blocks #52 and #49

kirahsapong commented 1 year ago

This commit should resolve the issue. "safari13" was causing some support problems with bigint

ALRubinger commented 1 year ago

Rebased to prepend issue number in commit message as c05cb6e - thanks @kirahsapong! Works great.