mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-24 19:49:43 -05:00
edac078091
To make this happen I updated to Babel 6 and changed to the es2015 preset since Firefox/Safari do NOT support classes, let, generators... Now that compiled code is not ES6 any more we can run Uglify on it too. 'Splore is 200k minimized which isn't terrible. Towards #603
9 lines
187 B
HTML
9 lines
187 B
HTML
<!doctype html>
|
|
<head>
|
|
<title>'Splore</title>
|
|
<meta charset="UTF-8">
|
|
<script src="out.js"></script>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body><div id="splore"></div></body>
|