I'm trying to use vite
I've some JavaScript-generated files for GRPC communication; alongside each file, there is a declarative file because I'm using React with TypeScript. When running Vite, I get this error:
Uncaught SyntaxError: The requested module '/src/grpc-web/offboard/dashboard/web_vantage_server/proto/display_option_pb.js' does not provide an export named 'DisplayOption'
Anybody has encountered this issue and has a solution?
Thanks