From b9690d7c0b4980c46b3416e36478fa0140dd5f9e Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 28 Jan 2020 22:57:20 +0100 Subject: 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 --- .eslintrc | 1 - 1 file changed, 1 deletion(-) (limited to '.eslintrc') diff --git a/.eslintrc b/.eslintrc index ac9660d8c7..cc85290a6b 100644 --- a/.eslintrc +++ b/.eslintrc @@ -19,7 +19,6 @@ globals: CodeMirror: false Dropzone: false emojify: false - hljs: false SimpleMDE: false u2fApi: false Vue: false -- cgit v1.2.3