Codabar not working with JsBarcode.all.min.js
Open
- Dominant language
- JavaScript
- Stars
- 5.9k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
when I the minified version of library is used, the codabar format doesn't work ("TypeError: r.options(...)[n.format] is not a function"); looking at the source code it appears correct so I discovered that using the library not minified (JsBarcode.all.js) it works as expected !
Contributor guide
Research direction
Compare JsBarcode.all.min.js with JsBarcode.all.js, focusing on the Codabar format and the reported "r.options(...)[n.format]" error. Reproduce the failure with the minified build and confirm that Codabar works with the unminified build; done means the minified library supports Codabar without the TypeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100