gpt4 book ai didi

javascript - ES6 转译仅在开发模块加载器构建中提供,es6-module-loader 错误

转载 作者:行者123 更新时间:2023-11-27 23:57:18 25 4
gpt4 key购买 nike

为什么我会在 es6-module-loader 中遇到此错误:

ES6 转译仅在开发模块加载器构建中提供。

这是我尝试使用它的代码:

System.transpiler = 'babel';
System.import('app/main.js').then(function (module) {
new module.Main();
});

main.js:

import foo from './foo'

export class Main {
constructor() {

}
}

package.json:

devDependencies": {
"babel-core": "^5.8.22",
"es6-module-loader": "^0.17.6",
"object.observe": "^0.2.4",
"qunitjs": "^1.18.0"
}

最佳答案

您需要es6-module-loader-dev.js。请参阅https://github.com/ModuleLoader/es6-module-loader#getting-started

关于javascript - ES6 转译仅在开发模块加载器构建中提供,es6-module-loader 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32154811/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com