Feature request: glob patterns or some other way to process large groups of files
This extension would be far better if I didn't have to worry about other developers (or myself) forgetting to add new JSX files to the compilerconfig.json file.
Can you provide some examples of your vision? Load order doesn’t matter for your js files?
At my workplace we're using a different method to actually bundle and serve our JS files, so we just need to compile the JSX to JS. We have several hundred JSX files and adding more all the time - so the ability to declare "compile all JSX files and put the JS file in the same location" would idiot-proof the project. At the moment I'm investigating writing a powershell script to add all the files to compilerconfig.json as I can't use wildcards.
I’ll look into what it would take to support this.
Thanks.
I have the same request. setting wildcards once and not having to manually synchronize the compilerconfig.json every file change would be really nice.
File order isn’t important to your bundles?
Not the order they get compiled in, no.
maybe I'm too much of a noob, but the order doesn't matter for me either.