https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37911

--- Comment #96 from Paul Derscheid <[email protected]> ---
The js vs esm are for different purposes, the regular js files are for:
> - Instead check the "init" attribute for the currentScript when using the umd.
To get an IIFE that immediately is accessible like a normal script.
> - Allow for manual import and call when using the esm.
For usage with:
<script type="module">
  import { something } from "./something"
...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to