有没有办法只导入JSON文件type?我有一个复杂的JSON文件,我需要在整个应用程序中使用它的定义,但当我执行import * as data from 'data.json'时,整个文件都被导入了,这导致它存在于构建中(使用webpack编辑:我的问题可能有点不清楚,所以这里是我的例子: import * as data from 'data.json'
// data
这并不是因为缺少@rollup/plugin-json插件,因为以前没有它就能工作。Error: Unexpected token (Note that you need @rollup/plugin-json to import JSON files)3: "source": "iana"Error: Unexpected token (Note that you need @rollup/