Retarget to ES5 (why/when was this changed to 2020????)
This commit is contained in:
parent
cbe077bb69
commit
111ba98380
1 changed files with 1 additions and 1 deletions
2
build.js
2
build.js
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue