Anyone wanting to test a component/building without modifying package exports
What is affected by this bug?
Cannot test component
When does this occur?
When testing a component
an error happened while packaging /../hello-world: Package subpath './runtime' is not defined by "exports" in /../hello-world/node_modules/vite/package.json imported from /../hello-world/node_modules/oc-vite/dist/node/index.js
Who is the bug affecting?
Anyone wanting to test a component/building without modifying package exports
What is affected by this bug?
Cannot test component
When does this occur?
When testing a component
an error happened while packaging /../hello-world: Package subpath './runtime' is not defined by "exports" in /../hello-world/node_modules/vite/package.json imported from /../hello-world/node_modules/oc-vite/dist/node/index.js
Where on the platform does it happen?
CLI
How do we replicate the issue?
npm install oc -g oc init hello-world oc dev . 3030
Expected behavior (i.e. solution)
test component should launch
What version of OC, Node.js and OS are you using?
Tried on most current( v0.49.55 ) OC both Windows and OSX
Other Comments