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
Not sure where it's attempting to look for css or what may need to be configured as the readme is barebones, but getting the following on a new install when building for production:
yarn build
...
vite v5.4.11 building SSR bundle for production...
✓ 42 modules transformed.
x Build failed in 246ms
[vite:css-post] css content for "" was not found
at Object.renderChunk (file:///Users/bradyhigginbotham/Development/showcase/node_modules/vite/dist/node/chunks/dep-CB_7IfJ-.js:36388:19)
at file:///Users/bradyhigginbotham/Development/showcase/node_modules/rollup/dist/es/shared/node-entry.js:20812:40
at processTicksAndRejections (node:internal/process/task_queues:105:5) {
code: 'PLUGIN_ERROR',
plugin: 'vite:css-post',
hook: 'renderChunk'
}
The text was updated successfully, but these errors were encountered:
Not sure where it's attempting to look for css or what may need to be configured as the readme is barebones, but getting the following on a new install when building for production:
The text was updated successfully, but these errors were encountered: