microsoft / PubSec-Info-Assistant

Information Assistant, built with Azure OpenAI Service, Industry Accelerator
MIT License
266 stars 525 forks source link

Kyle werts/bug7032 vite error #623

Closed KyleWerts closed 3 months ago

KyleWerts commented 3 months ago

Resolved the 'type' vite error by moving the azure/storage-blob externally. In this context, Rollup (under the hood of vite) will treat this as an external dependency. Meaning, at runtime, the application expects this package to be available in the environment it's running in, rather than being a part of the compiled and bundled JavaScript files.

Also resolved the react-bootstraps issue Ashvith brought to my attention.