Is it possible to change files encoding to UTF-8 with BOM?
Open
- Dominant language
- JavaScript
- Stars
- 2.9k
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
I'm using angular-filter npm package within a cordova app. That app is being targeted to all 3 mobile platforms (iOS, Android, WP) and I'm having issues while trying to publish a WP version. Basically, when the app is being processed after a store upload, it gives me errors for `angular-filter.js` and `angular-filter.min.js` that those files should be UTF-8 with BOM. I'm using a plenty of other npm packages and those are the only files that have this issue.
Would it be possible to change encoding inside angular-filter package? Would that affect negatively anyone?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.