I'm working with React.Net + requireJs, my questions are:
1.how can I minify my jsx files
2.how can I minify my jsx files in a way that i won't harm the current code, i.e.: some of my requireJs injections are like this:
require(['!jsx/someJsxFilePath'])
Will I have to change this after I minify, if yes, how?