Search Docs
JSON 是 Rspack 的一等公民,你可以直接导入,例如:
{ "foo": "bar" }
import json from './example.json'; json.foo; // bar