Usage of global `performance` breaks on Node <16
vrugtehagel opened this issue · 2 comments
vrugtehagel commented
This is a bug report originating from an issue from 11ty/eleventy.
LiquidJS uses the performance
global in a few places, but to support Node versions before 16 it should be imported from the built-in 'perf_hooks'
module.
vrugtehagel commented
Ah, haha! All good, will close this in favor of #728