Chandler Swift
066315f36a
Also enable es2022 to allow top-level await (supported by 2021-era+ browsers)
7 lines
77 B
JavaScript
7 lines
77 B
JavaScript
export default {
|
|
build: {
|
|
sourcemap: true,
|
|
target: 'es2022',
|
|
}
|
|
}
|