You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
Describe the bug
I just push a example repo: https://github.com/kunyan/patternfly-vite-example
Vite is working fine in dev mode. which is not involved any rollup packing code.
However, when I run
npm run build
which is meansvite build
There will some incorrect files generated, and some incorrect path reference in the index.js
The following js files didn't genereated.
I don't know if this is a @patternfly/react-core issue or the vite issue. but I assume it is something related with rollup
Reproduction
https://github.com/kunyan/patternfly-vite-example
System Info
Used Package Manager
npm
Logs
Validations
The text was updated successfully, but these errors were encountered: