Skip to content

Commit

Permalink
chore: update benchmark template static js url
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Dec 5, 2022
1 parent 75b1e8b commit 836d1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/benchmark/template.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
<script src="https://unpkg.com/moment/min/moment-with-locales.js"></script>
<script src="https://unpkg.com/react@next/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@next/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/antd/dist/antd-with-locales.min.js"></script>
<script src="https://unpkg.com/antd@4.x/dist/antd-with-locales.min.js"></script>
</body>

0 comments on commit 836d1ce

Please sign in to comment.