fix: variable not exported
This commit is contained in:
parent
a7d0ba85d0
commit
bdf43b3d8e
|
@ -83,5 +83,6 @@ export default async function (context: PresetContext): Promise<PresetAsset> {
|
||||||
platform: "node",
|
platform: "node",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
variable: DEFAULT_VARIABLE,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue