mirror of
https://github.com/go-gitea/gitea
synced 2025-08-03 16:18:36 +00:00
move highlight.js to npm/webpack (#10011)
- introduced window.config to help with js-based lazy-loading - adjusted webpack chunk naming to avoid 'vendors~name.js' that webpack defaults to for vendor chunks. - added theme class to html and prefixed all selectors. this is neccesary so that the theme styles win over the lazy-loaded ones. Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"fomantic-ui": "2.8.3",
|
||||
"highlight.js": "9.18.0",
|
||||
"jquery": "3.4.1",
|
||||
"jquery-migrate": "3.1.0",
|
||||
"swagger-ui": "3.24.3",
|
||||
|
Reference in New Issue
Block a user