bitfocus / companion-module-bmd-atem

MIT License
54 stars 32 forks source link

Vite React: Uncaught ReferenceError: __dirname is not defined #314

Closed AronBuzogany closed 3 weeks ago

AronBuzogany commented 3 weeks ago

When importing

import { Atem } from "atem-connection";

I get the following error:

Uncaught ReferenceError: __dirname is not defined

I am using Vite + React

Julusian commented 3 weeks ago

I think you meant to open an issue at https://github.com/nrkno/sofie-atem-connection instead of this repository, which is using that library to add atem support in Companion

AronBuzogany commented 3 weeks ago

@Julusian correct, my bad.