Subscribe on changes!

fix: single quote 'src' attribute for <script>

avatar
May 9th 2020

This fixes an issue with using single quotes rather than double quotes for the src attribute of script tags in index.html.

<!doctype html>
<html lang='en'>
-	<script type='module' src='./app/App.tsx'></script>
</html>

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined