Importing local workspace React components into Vite project not working
On this project https://github.com/danm/deno-srp-base/tree/main/packages/web
I am trying to import a package called Articles, which is a React JSX component, into a package called Core, which is another React component, but the one which runs using Vite.
The repo uses workspaces, and the Articles package has the name
@srp/web-articles has the following in the deno.json
In Node, this just works, but struggling with using package names when they are importing local packages.
Any recommendations on how to this working?
Thanks!
I am trying to import a package called Articles, which is a React JSX component, into a package called Core, which is another React component, but the one which runs using Vite.
The repo uses workspaces, and the Articles package has the name
@srp/web-articles. When i try to import it, React throws an error:@srp/web-articles has the following in the deno.json
In Node, this just works, but struggling with using package names when they are importing local packages.
Any recommendations on how to this working?
Thanks!
GitHub
Single repository platform base template for T. Contribute to danm/deno-srp-base development by creating an account on GitHub.
