build: fix miniprogram adapt to WebGLRenderingContext

This commit is contained in:
gz65555
2021-04-02 15:59:09 +08:00
parent 1b8dba8e59
commit 7e391b809d

View File

@@ -27,6 +27,7 @@ const adapterArray = [
"requestAnimationFrame",
"cancelAnimationFrame",
"screen",
"WebGLRenderingContext",
"XMLHttpRequest",
"performance"
];