We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unless I'm mistaken on the way that I'm to run this project locally this line has introduced an error for me when running npm run build:dev
npm run build:dev
https://github.com/aws-samples/aws-genai-llm-chatbot/blame/44e125a92e410cb629113dbc94af39b44b5cd92e/lib/user-interface/react-app/vite.config.ts#L13
for me it throws an arrow like this
[vite]: Rollup failed to resolve import "@cloudscape-design/{}-styles/index.css"
to resolve i had to revert back to the following in the vite.config.ts
//global: isDev ? {} : "global", global: "global",
The text was updated successfully, but these errors were encountered:
Thank you for the report and suggestion!. The proposed option would break the command npm run dev. I will have a look when I can.
npm run dev
Sorry, something went wrong.
No branches or pull requests
Unless I'm mistaken on the way that I'm to run this project locally this line has introduced an error for me when running
npm run build:dev
https://github.com/aws-samples/aws-genai-llm-chatbot/blame/44e125a92e410cb629113dbc94af39b44b5cd92e/lib/user-interface/react-app/vite.config.ts#L13
for me it throws an arrow like this
[vite]: Rollup failed to resolve import "@cloudscape-design/{}-styles/index.css"
to resolve i had to revert back to the following in the vite.config.ts
The text was updated successfully, but these errors were encountered: