gpt4 book ai didi

swc-compiler - 在.ts中导入JSON文件并使用SWC进行编译

转载 作者:行者123 更新时间:2023-12-03 08:10:51 28 4
gpt4 key购买 nike

我有一个 typescript 文件,它导入如下所示的 json 文件:

import DefaultMapping from "./default.json";

它在js文件中使用SWC进行编译:

var _defaultJson = require("./default.json");

但是,SWC 不会复制构建文件夹中的 JSON 文件。因此,当我运行js文件时出现错误:

Error: Cannot find module './default.json'

有人可以帮我吗?

编辑:我通过使用 require 部分解决了这个问题而不是import在 ts 文件中并使用 --copy-files swc选项。但是,我仍然不想使用 require并使用import相反,如果有人有想法

最佳答案

好的,我通过使用 --copy-files 选项解决了这个问题。

这是我的命令:swc ./src --out-dir dist --copy-files

关于swc-compiler - 在.ts中导入JSON文件并使用SWC进行编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70866153/

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