set esnext as build target

This commit is contained in:
SrGooglo 2023-03-05 05:11:51 +00:00
parent 727aba74f2
commit d69f16f9aa

View File

@ -48,6 +48,10 @@ module.exports = (config = {}) => {
} }
} }
config.build = {
target: "esnext"
}
// config.build = { // config.build = {
// sourcemap: "inline", // sourcemap: "inline",
// target: `node16`, // target: `node16`,