gulp-umd icon indicating copy to clipboard operation
gulp-umd copied to clipboard

Uncaught ReferenceError: Invalid left-hand side in assignment, when dash is used in source filename

Open ghuser opened this issue 7 years ago • 2 comments

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

ghuser avatar Jul 26 '17 10:07 ghuser

Would you rather that the name be used as is or converted to camelcase? Or would it be helpful to have both under options?

CodeMan99 avatar Apr 27 '18 02:04 CodeMan99

This issue still persists. Would be great if the name was converted to camelcase

Saunved avatar Jun 04 '20 21:06 Saunved