aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-01-23 22:32:43 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-01-23 22:32:43 +0100
commitb99290b1d5d736083513fb8f66e91f61bfe07e0b (patch)
treee0e7fa738ee661a267f5330db35bc46d295f945f /client/package.json
parent11ac88de40215783835cf6e6259ff0f6cee258dd (diff)
downloadPeerTube-b99290b1d5d736083513fb8f66e91f61bfe07e0b.tar.gz
PeerTube-b99290b1d5d736083513fb8f66e91f61bfe07e0b.tar.zst
PeerTube-b99290b1d5d736083513fb8f66e91f61bfe07e0b.zip
Client: lazy load admin area
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json
index ea458f1d4..f4835590e 100644
--- a/client/package.json
+++ b/client/package.json
@@ -88,6 +88,7 @@
88 "add-asset-html-webpack-plugin": "^1.0.2", 88 "add-asset-html-webpack-plugin": "^1.0.2",
89 "codelyzer": "2.0.0-beta.4", 89 "codelyzer": "2.0.0-beta.4",
90 "standard": "^8.0.0", 90 "standard": "^8.0.0",
91 "webpack-bundle-analyzer": "^2.2.1",
91 "webpack-dll-bundles-plugin": "^1.0.0-beta.5" 92 "webpack-dll-bundles-plugin": "^1.0.0-beta.5"
92 } 93 }
93} 94}