csvalpha / amber-ui

https://csvalpha.nl
MIT License
4 stars 4 forks source link

Fix node 18 problems #762

Closed wilco375 closed 1 year ago

wilco375 commented 1 year ago

Currently, building Ember fails because of problems with source-map on Node 18. This PR fixes that. See https://github.com/ef4/fast-sourcemap-concat/pull/66 for more information. That PR is not in a named release of fast-sourcemap-concat yet, so for now, we change the resolution of fast-sourcemap-concat to the specific commit on its Github repo that fixed this issue