Skip to content

img src as local not working #100

Description

@DanielRamosAcosta

Hi! I'm trying to include this HTML:

<article class="card">
    <img src="{{ src }}" alt="{{ alt }}">
    <div class="content">
        <h2>{{ title }}</h2>
        <p>{{ description }}</p>
    </div>
</article>

But Parcel refuses to compile, the error is the following:

🚨 Build failed.

@parcel/core: Failed to resolve '{{ src }}' from './src/index.html'
@parcel/resolver-default: Cannot load file './{{ src }}' in './src'.

Is this achivable in some other way? Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions