From 789ec3826329359783689e0eb1bc65cc7e932bd2 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 26 May 2021 11:49:32 +0200 Subject: [PATCH] update build --- index.html | 8 +- js/sci-script-tag-plugin-reagent.js | 379 +++----------- js/sci-script-tag.js | 745 ++++++++++++++-------------- tictactoe.html | 9 +- 4 files changed, 447 insertions(+), 694 deletions(-) diff --git a/index.html b/index.html index 6ee3c63..ff8d882 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,8 @@ + + + + + @@ -21,7 +24,11 @@

The following source was loaded and interpreted from cljs/tictactoe.cljs using the script tag: -

<script type="application/x-sci" src="cljs/tictactoe.cljs"></script>
+

+<script type="application/x-sci" src="cljs/tictactoe.cljs"></script>
+<script crossorigin src="https://unpkg.com/react@17/umd/react.production.min.js"></script>
+<script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script>
+