mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 12:38:31 +02:00
♻️ Refactor bundle mechanism
Mainly leave shadow-cljs for build cljs stuff and use esbuild for bundle all js dependencies, completly avoiding all possible incompatibility issues between js libraries and google closure compiler.
This commit is contained in:
parent
366bca5f93
commit
607deb31dc
45 changed files with 2833 additions and 257 deletions
5
frontend/vendor/hljs/index.js
vendored
Normal file
5
frontend/vendor/hljs/index.js
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
import h from "highlight.js";
|
||||
|
||||
export function highlightElement(node) {
|
||||
return h.highlightElement(node);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue