antvis / g-webgl-compute

A GPGPU implementation based on WebGL.
MIT License
145 stars 15 forks source link

Missing exports #34

Open openscript opened 3 years ago

openscript commented 3 years ago

I'm running in the following issue:

[snowpack] Failed to load node_modules/@antv/g-webgpu-core/es/index.js
  'ISystem' is not exported by node_modules/@antv/g-webgpu-core/es/ISystem.js, imported by node_modules/@antv/g-webgpu-core/es/index.js

When I look into ISystem.js it's empty. Also other files don't have exports. Is there something wrong with the build or do I understand something wrong?

I appreciate any help :)