I got:
Cannot find module '/.../node_modules/tinyest-for-wgsl/index.cjs' (While processing: /.../node_modules/unplugin-typegpu/babel.cjs)
And:
Cannot find module '/.../node_modules/tinyest/index.cjs' (While processing: /.../node_modules/unplugin-typegpu/babel.cjs)
Checking the distributed code, there is no index.cjs:
But package.json file refers to it:
Fixed locally by updating cjs to js at these locations:
|
"default": "./dist/index.cjs" |
|
"default": "./dist/index.cjs" |
|
"default": "./dist/*.cjs" |
I got:
And:
Checking the distributed code, there is no
index.cjs:But
package.jsonfile refers to it:Fixed locally by updating
cjstojsat these locations:TypeGPU/packages/tinyest-for-wgsl/package.json
Line 38 in 830b5af
TypeGPU/packages/tinyest/package.json
Line 30 in 830b5af
TypeGPU/packages/tinyest/package.json
Line 36 in 830b5af