Skip to content

Commit 4d432b0

Browse files
committed
refactor(index.html): comment out dist/index.js (only for production builds)
1 parent 3e89c3b commit 4d432b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Only one of the following js files is needed. For development
1414
use example.js. For production use dist/index.js.
1515
-->
16-
<script src="dist/index.js"></script>
16+
<!-- <script src="dist/index.js"></script> -->
1717
<script src="/example.js"></script>
1818
</body>
1919
</html>

0 commit comments

Comments
 (0)