update rollup from 2.35.1 (2020-12-14) to at least 3.16.0 (2023-02-17), or ideally latest (4.6.1, 2023-11-30)
Splitting this off as a new issue so it can be tracked more easily. See the original issue for more context:
output.sourcemapIgnoreListwas added torollupin3.16.0(2023-02-17):
- https://github.com/rollup/rollup/blob/master/CHANGELOG.md#3160
Support
output.sourcemapIgnoreListoption to mark file sources as ignored in thex_google_ignoreListattribute of the resulting sourcemap (rollup/rollup#4848)
microbundleis using a super outdated version ofrollup(2.35.1) from2020-12-14:So before we can implement this change, we'll need to upgrade to a modern version of
rollup.Originally posted by @0xdevalias in https://github.com/developit/microbundle/issues/1066#issuecomment-1837821773
microbundle is currently using rollup 2.35.1 (2020-12-14):
output.sourcemapIgnoreList (required to implement #1066) support was added in 3.16.0 (2023-02-17):
Latest version (at time of writing) is 4.6.1 (2023-11-30):
Source: developit/microbundle