bookreader
bookreader copied to clipboard
Investigate if we can require $ to be imported instead of global
Currently, all .js files assume $ to be globally available. It would be great if we could make that package only work with import.
Requirements:
- [ ] Any file that references
$should alsoimportit - [ ] jQuery should not be included in the BookReader bundle