Add Chandler layer

Also enable es2022 to allow top-level await (supported by 2021-era+
browsers)
This commit is contained in:
Chandler Swift 2023-07-24 23:17:18 -05:00
parent be8cf4e5f0
commit 066315f36a
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
4 changed files with 55 additions and 0 deletions

View file

@ -1,5 +1,6 @@
export default {
build: {
sourcemap: true,
target: 'es2022',
}
}