Retarget to ES5 (why/when was this changed to 2020????)

This commit is contained in:
flash 2024-11-14 03:39:12 +00:00
parent cbe077bb69
commit 111ba98380

View file

@ -13,7 +13,7 @@ const exec = require('util').promisify(require('child_process').exec);
public: pathJoin(__dirname, 'public'),
debug: isDebug,
swc: {
es: 'es2020',
es: 'es5',
},
vars: {
html: {