chore: allow top-level await
This commit is contained in:
parent
a6578155ae
commit
f3a0a5af3f
@ -25,6 +25,9 @@ export default defineNuxtConfig({
|
||||
define: {
|
||||
__BUILD_TIME__: JSON.stringify(new Date().toISOString()),
|
||||
},
|
||||
build: {
|
||||
target: 'esnext',
|
||||
},
|
||||
},
|
||||
postcss: {
|
||||
plugins: {
|
||||
|
Loading…
Reference in New Issue
Block a user