chore: attempts to build to es6 instead of commonjs for next / ui

This commit is contained in:
James
2024-03-05 16:27:34 -05:00
parent f06257e7ff
commit f9f7dcfc58
3 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,6 @@
}
},
"module": {
"type": "commonjs"
"type": "es6"
}
}

View File

@@ -125,6 +125,7 @@ export const createClientConfig = async (
delete clientConfig.db
delete clientConfig.editor
delete clientConfig.plugins
delete clientConfig.sharp
'localization' in clientConfig &&
clientConfig.localization &&

View File

@@ -10,6 +10,6 @@
}
},
"module": {
"type": "commonjs"
"type": "es6"
}
}