と が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)
別のフォルダからファイルをロードするための構文は何ですか?