Histoire 1.0.0-alpha.2 entry rollup issue with Nuxt 3.17.6 #801
merijnkoppes
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After Nuxt updated to v 3.17.6 I have been getting this error:
After digging into the files and comparing the old and the new version it seems that the new vite-builder (@nuxt/vite-builder": "3.17.5" to @nuxt/vite-builder": "3.17.6") changed structure of the rollupOptions.input object. Before it looked something like
Now it turned into a string pointing to the file where the object is located, it looks like this:
The fix I found is by manually declaring the entry point in the histoire config file like this:
If there is a better place to report workarounds or if I should make an issue out of this let me know.
Beta Was this translation helpful? Give feedback.
All reactions