gulp-umd
gulp-umd copied to clipboard
Uncaught ReferenceError: Invalid left-hand side in assignment, when dash is used in source filename
When any source file has dash in its filename, there is a variable name that is generated with dash somewhere, so when trying to use the generated file, I get the following:
Uncaught ReferenceError: Invalid left-hand side in assignment
Would you rather that the name be used as is or converted to camelcase? Or would it be helpful to have both under options?
This issue still persists. Would be great if the name was converted to camelcase