Skip to content

Commit

Permalink
build scripts for production
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey-wu committed Nov 21, 2022
1 parent 9ad8eef commit f07748e
Show file tree
Hide file tree
Showing 7 changed files with 9,289 additions and 834 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["react"]
}
3 changes: 2 additions & 1 deletion client/database/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@ <h5 class="modal-title">Report Question</h5>
<script src="https://unpkg.com/react-dom@18/umd/react-dom.development.js" crossorigin></script>
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>

<script src="/database/index.js" type="text/babel"></script>
<!-- <script src="/database/index.jsx" type="text/babel"></script> -->
<script src="/database/index.js"></script>
</body>
643 changes: 419 additions & 224 deletions client/database/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit f07748e

Please sign in to comment.