vite
vite copied to clipboard
v1.0.0: error in shared dependencies ending with "/"
Some examples show using dependencies ending with /
, but when I try the same here I get error:
error when starting dev server:
Error: Missing "./" specifier in "react" package
when
shared: {
react: { },
"react/": { },
...
}