11ty / webc

Single File Web Components
MIT License
1.31k stars 38 forks source link

`<link rel="stylesheet" :href="">` with dynamic attribute is not bundled #65

Open zachleat opened 1 year ago

zachleat commented 1 year ago

Works: <link rel="stylesheet" href="../../node_modules/prismjs/themes/prism.css"> Does not work: <link rel="stylesheet" :href="'../../node_modules/prismjs/themes/prism.css'">

ghost commented 1 year ago

Is there an update on this? I'm still struggling with bundling files, e.g. <link webc:for="href of stylesheets ?? []" rel="stylesheet" :href="href">... I'm not sure if it's me or if there's a bug.