Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): Fix assert failure in rollup
Due to change in nodejs, as described here: rollup/rollup#5531 Before this fix: ``` % npm run build > [email protected] build > rollup -c [!] SyntaxError: Unexpected identifier 'assert' at compileSourceTextModule (node:internal/modules/esm/utils:338:16) at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:102:18) at ModuleLoader.#translate (node:internal/modules/esm/loader:437:12) at ModuleLoader.loadAndTranslate (node:internal/modules/esm/loader:484:27) at ModuleJob._link (node:internal/modules/esm/module_job:115:19) ```
- Loading branch information