z-edit / zedit

An integrated development environment for Bethesda Plugin Files.
https://z-edit.github.io
MIT License
304 stars 55 forks source link

Build error: outdated gulp-rollup #237

Closed chanoc1 closed 2 years ago

chanoc1 commented 2 years ago

The version of gulp-rollup used is outdated, meaning rollup's version of acorn is outdated. Ultimately this causes the build process to fail, since there is a parsing error when the object spread or rest operators are encountered (since this version acorn does not support parsing them).

This can be fixed by updating gulp-rollup to the latest version.