标签: javascript node.js import require babel
我使用曲线连字符~导入文件,但失败。
~
这是我的服务器代码段: const myFile = require(“〜/ lib / myFile”)
这是我的babelrc代码段:
{ "plugins": [ "babel-plugin-root-import", ] }
但是失败了。
任何提示都会很棒, 谢谢