<script> SystemJS.config({ baseURL:"/", //Can write the path like /script and the browser will look inside the script folder packages:{ ".": { defaultExtension:'js' } } }) SystemJS.import("script.js") </script>