Open zsdycs opened 1 year ago
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().
fix: #85
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().
fix: #85