mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
set esnext
as build target
This commit is contained in:
parent
727aba74f2
commit
d69f16f9aa
@ -48,6 +48,10 @@ module.exports = (config = {}) => {
|
||||
}
|
||||
}
|
||||
|
||||
config.build = {
|
||||
target: "esnext"
|
||||
}
|
||||
|
||||
// config.build = {
|
||||
// sourcemap: "inline",
|
||||
// target: `node16`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user