for example, my entry file is input.js, then [name] is input,. Now I want to generate such an output:"xxInput.js",. I tried to write a function firstUpperCase, with uppercase letters by myself, and then output: xx$ {firstUpperCase ([name])}
, I reported an error when packing, so how should I write it?