webstorm配置es6?但不能使用导入/导出

时间:2016-11-14 03:38:35

标签: node.js webstorm

我配置使用babel.the webstorm也将语法配置为es6。 但我只能用进口/出口?为什么? class / let可以使用?enter image description here

1 个答案:

答案 0 :(得分:0)

Node.js不支持ES6风格的导入。您需要编译代码以在Node.js中运行它。考虑将Babel与babel-node或require钩子一起使用。以下是如何在WebStorm for development中配置它:https://blog.jetbrains.com/webstorm/2015/05/ecmascript-6-in-webstorm-transpiling/#using-es6-in-nodejs