forked from external-repos/squoosh
Add Babel to fix Node <14 compat
This commit is contained in:
@@ -4,7 +4,7 @@ const prefix = "json:";
|
||||
|
||||
const reservedKeys = ["public"];
|
||||
|
||||
export default function ejsAssetPlugin() {
|
||||
export default function jsonPlugin() {
|
||||
return {
|
||||
name: "json-plugin",
|
||||
async resolveId(id, importer) {
|
||||
|
||||
Reference in New Issue
Block a user