と がpublic/index.htmlありsrc/app.jsます。
内部には、ロードindex.htmlする次のsystem.js呼び出しがありますapp.js
<script>System.import('../src/app');</script>
次のエラーで失敗します。
GET https://registry.jspm.io/src/app.js 404 (Not Found)
別のフォルダからファイルをロードするための構文は何ですか?
と がpublic/index.htmlありsrc/app.jsます。
内部には、ロードindex.htmlする次のsystem.js呼び出しがありますapp.js
<script>System.import('../src/app');</script>
次のエラーで失敗します。
GET https://registry.jspm.io/src/app.js 404 (Not Found)
別のフォルダからファイルをロードするための構文は何ですか?