Closed skabeche closed 10 months ago
Hi, I'm trying wildcards and they don't work.
plugins: [ usePHP({ entry: [ "index.php", "partials/*.php", ] }) ],
I have to define each file to make it work:
plugins: [ usePHP({ entry: [ "index.php", "partials/nav-top.php", "partials/message.php", "partials/footer.php", ] }) ],
Is it possible to use wildcards in entries?
Thanks.
Yes as for now this feature is not supported. But it is definitely coming in the near future!
Hi, I'm trying wildcards and they don't work.
I have to define each file to make it work:
Is it possible to use wildcards in entries?
Thanks.