-
Notifications
You must be signed in to change notification settings - Fork 417
Open
Labels
Description
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
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",
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status