I'm already using this plugin for generating an index.html file containing my statically rendered React code. However I also have a requirement to generate an XML file that contains the same statically rendered code.
I can generate the contents of the file correctly, but it always writes as index.html. Is it possible for me to specify my own filename and extension?
Thanks!
I'm already using this plugin for generating an
index.htmlfile containing my statically rendered React code. However I also have a requirement to generate an XML file that contains the same statically rendered code.I can generate the contents of the file correctly, but it always writes as
index.html. Is it possible for me to specify my own filename and extension?Thanks!