0
실행하지 못했습니다 : 나는 SystemJS와 myFile.js를로드 할 때 jspm build myFile dist/myFile.js --minify
myFile.js 레지스터로 감지하지만 통해 내 웹 애플리케이션을 구축 할 <code>jspm</code> & <code>Rollup</code> 또는 <code>SystemJS</code>를 사용
<script src="/jspm_packages/system.src.js"></script>
<script src="/jspm.config.js"></script>
<script>
// `myFile` is mapped to npm:[email protected]
SystemJS.import('myFile').catch(function (e) {
console.log("Error with SystemJS.import myFile.js", e);
});
</script>
오류가 발생합니다. myFile.js detected as register but didn't execute.
(SystemJS) http://localhost:3000/jspm_packages/npm/[email protected]/myFile.js detected as register but didn't execute. Error:
...(call stack)...
Error loading http://localhost:3000/jspm_packages/npm/[email protected]/myFile.js