Skip to content

Rollup failed to resolve image absolute path on build #70

Open
@techieoriname

Description

@techieoriname

Currently when I run build I run into a rollup import error.

[vite]: Rollup failed to resolve import "/logo.svg" from "src/components/Footer.vue".
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`
/vite-edge/node_modules/vite/dist/node/chunks/dep-e0fe87f8.js:43253
            throw new Error(`[vite]: Rollup failed to resolve import "${id}" from "${importer}".\n` +
                  ^

Error: [vite]: Rollup failed to resolve import "/logo.svg" from "src/components/Footer.vue".
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`

This works when running dev, but not when running build, but when I switch to relative path, build runs perfectly.
And vite warning is on when using relative path for dev.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions