Darryl Pogue created CB-10419: --------------------------------- Summary: cordova-plugin-file 4.0.0 error with browserify workflow Key: CB-10419 URL: https://issues.apache.org/jira/browse/CB-10419 Project: Apache Cordova Issue Type: Bug Components: CLI, Plugin File Affects Versions: 3.5.0 Reporter: Darryl Pogue
We’ve recently started getting an error with aliasify and the file plugin when building with a --browserify workflow. {code} events.js:72 throw er; // Unhandled 'error' event ^ SyntaxError: 'return' outside of function (31:4) (while aliasify was processing /projects/plugins/cordova-plugin-file/www/requestFileSystem.js) while parsing file: /project/plugins/cordova-plugin-file/www/requestFileSystem.js {code} This started when the File plugin v4.0.0 was released. It's caused by a return statement outside of a function: https://github.com/apache/cordova-plugin-file/blob/77c63ef181313eba51652e1026cc730fc79ab9f2/www/requestFileSystem.js#L31 -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org