You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(build) browser build is CommonJS and IIFE, no more AMD (highlightjs#2511)
* (build) browser build is CommonJS and IIFE (global) now
* (build) dropping support for AMD, which we never truly supported
properly in the first place
* (build) add test to make sure browser build works as commonJS module
Resolveshighlightjs#2505
Copy file name to clipboardExpand all lines: CHANGES.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
## Version 10.0.2 (pending)
2
+
3
+
Brower build:
4
+
5
+
-[Issue](https://github.com/highlightjs/highlight.js/issues/2505) (bug) Fix: Version 10 fails to load as CommonJS module. (#2511) [Josh Goebel][]
6
+
-[Issue](https://github.com/highlightjs/highlight.js/issues/2505) (removal) AMD module loading support has been removed. (#2511) [Josh Goebel][]
0 commit comments