new PhysicMaterial() 构建发布版本后不work

3.7.2版本creator,脚本中使用new PhysicMaterial() 给collider指定物理材质,开发模式下运行正常,在打包发布版本后,报错 TypeError: _ is not a constructor

打包后报错代码如下:
this.collider.material = new _,
this.collider.material.setValues(.1, 0, 0, 1),