Add D455 sensor host and shared Node/Core preparation surface
This commit is contained in:
@@ -3,5 +3,5 @@ import { defineConfig } from "vite";
|
||||
export default defineConfig({
|
||||
// Design Guideline packages are linked during development. Their own React
|
||||
// must never become a second hook dispatcher in the portable production bundle.
|
||||
resolve: { dedupe: ["react", "react-dom"] },
|
||||
resolve: { dedupe: ["react", "react-dom", "@nodedc/ui-react"] },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user