未捕获的ReferenceError:在打字稿中未定义SystemJS

时间:2018-11-15 07:50:49

标签: typescript systemjs

 <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>

0 个答案:

没有答案