* Package reporting plugins separately into another bundle to reduce main bundle size

* Use moment timezone webpack plugin to load less time zone data
* When server is run in development mode, hot reload code changes without restart
This commit is contained in:
Sulka Haro
2019-06-30 20:58:04 +03:00
parent a6787b5f8b
commit 8653d492f2
13 changed files with 1714 additions and 785 deletions
+1 -1
View File
@@ -119,7 +119,7 @@
<hr>
<b><span class="translate">Authentication status</span>: </b><span id="authentication_placeholder"></span>
<script src="/js/bundle.app.js?v=<%= locals.cachebuster %>"></script>
<script src="<%= locals.bundle %>/js/bundle.report.js?v=<%= locals.cachebuster %>"></script>
<script src="/socket.io/socket.io.js?v=<%= locals.cachebuster %>"></script>
<script src="/report/js/report.js?v=<%= locals.cachebuster %>"></script>
<script src="/report/js/flotcandle.js?v=<%= locals.cachebuster %>"></script>