Add Chandler layer
Also enable es2022 to allow top-level await (supported by 2021-era+ browsers)
This commit is contained in:
parent
be8cf4e5f0
commit
066315f36a
4 changed files with 55 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
export default {
|
||||
build: {
|
||||
sourcemap: true,
|
||||
target: 'es2022',
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue