【发布时间】:2015-05-22 04:59:09
【问题描述】:
大家好,我是 webstorm 的新手,我想知道是否有办法将其配置为将 .coffee 文件编译为 .js 文件,但无需创建 .map 文件。这可能吗?
【问题讨论】:
标签: javascript dictionary coffeescript webstorm configure
大家好,我是 webstorm 的新手,我想知道是否有办法将其配置为将 .coffee 文件编译为 .js 文件,但无需创建 .map 文件。这可能吗?
【问题讨论】:
标签: javascript dictionary coffeescript webstorm configure
以防万一,如果它对某人有帮助......
1) settings/tools/file watchers
2) select edit the coffeescript entry
3) remove the --map parameter in "Arguments" field
【讨论】: