📅  最后修改于: 2022-03-11 15:02:13.840000             🧑  作者: Mango
// add at the beginning of the file :
import json from '@rollup/plugin-json'
// under the plugin line :
plugins: [
json({
compact: true
}),
//...
// Svelte file:
{myjson.mykey}