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
Command: yarn build
Not sure what to make of this, as I have little to no knowledge with Rollup and Vite 🧑🚀
(Project was made using the command yarn create vocs)
The error in question:
PS C:\Users\Sivert\Desktop\tournament\docs> yarn build
yarn run v1.22.21
warning package.json: No license field
$ vocs build
[building] [email protected]
✖ bundles failed to build: [vite]: Rollup failed to resolve import "C:UsersSivertDesktop ournamentdocsode_modulesocs_libite.vocs heme.css" from "virtual:styles".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
`build.rollupOptions.external`
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
In the file virtual-styles.ts we are trying to import this css file...
Something about importing an empty css file?
The text was updated successfully, but these errors were encountered:
☝🏼 Indeed, and I also noticed I cannot start dev mode now. It happened after building, and I assume somehow the build stopped before it finished, which destroyed my project 😛
Command:
yarn build
Not sure what to make of this, as I have little to no knowledge with Rollup and Vite 🧑🚀
(Project was made using the command
yarn create vocs
)The error in question:
In the file
virtual-styles.ts
we are trying to import this css file...Something about importing an empty css file?
The text was updated successfully, but these errors were encountered: