chromeos / static-site-scaffold-modules

Modules supporting the Static Site Scaffold
Apache License 2.0
59 stars 21 forks source link

fix: Crashes on Node.js v16.8.0 #130

Open zsdycs opened 1 year ago

zsdycs commented 1 year ago

This is a fatal bug !

I'm doing a build in github action and the problem occurs in both node version 16.6.2 and node version 14.18.2.

The strange thing is that when I buiid the same above node version on local windows there is no problem.

But for now, it is clear that this problem is generated by the following code👇:

https://github.com/chromeos/static-site-scaffold-modules/blob/fc4565852b6463998590b13ae45d03a93951e267/modules/vite-plugin-posthtml/index.js#L32

Can be obtained from document PerformanceObserver.observe().

image

fix: #85