mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 10:43:39 +02:00
Update dependencies and reduce build size by switching to fipp for pretty-printing
Before: :main [JS: 742.51 KB] [GZIP: 187.08 KB] After: :main [JS: 634.35 KB] [GZIP: 163.7 KB]
This commit is contained in:
parent
33b3d89267
commit
061fa174f0
4 changed files with 422 additions and 430 deletions
|
|
@ -1,5 +1,5 @@
|
|||
(ns airsonic-ui.components.debug.views
|
||||
(:require [clojure.pprint :refer [pprint]]))
|
||||
(:require [fipp.edn :refer [pprint]]))
|
||||
|
||||
(defn debug
|
||||
"Returns a nicely formatted debug view of any given data structure"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue