sagold / handlebars-webpack-plugin

Renders your html-template at build time
161 stars 45 forks source link

Partials not working with webpack #102

Open tarun-pixeleyez opened 4 months ago

tarun-pixeleyez commented 4 months ago

I have added webpack in my project and use this package. this works good if partial has not sub folder but if i make sub folder and create file in that then its not working.

image

image

image

In this code customizer, footer and its works but in chat folder sidebar not working.

sagold commented 4 months ago

Probably because you do not include the chat folder. Can you try partials/*/*.html or partials/**/*.html

pixeleyez commented 4 months ago

@sagold I want to use it in the chat folder. Is that possible?

tarun-pixeleyez commented 3 months ago

Probably because you do not include the chat folder. Can you try partials/*/*.html or partials/**/*.html

Yes I have tried that but not working.