📌  相关文章
📜  如何在 React js 中不使用相对导入 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:47.398000             🧑  作者: Mango

代码示例2
// create an .env file in the project's root dir(where package.json is located) and add
NODE_PATH=src
// and if this does not work try
NODE_PATH=./src