changes: bump deps
This commit is contained in:
@@ -13,4 +13,29 @@ export default defineNuxtConfig({
|
||||
modules: ["@pinia/nuxt", "pinia-plugin-persistedstate/nuxt", "@nuxt/image", "nuxt-qrcode", "@nuxt/icon"],
|
||||
compatibilityDate: "2026-06-01",
|
||||
devtools: { enabled: true },
|
||||
vite: {
|
||||
optimizeDeps: {
|
||||
include: [
|
||||
'@vue-email/render',
|
||||
'@vue/devtools-core',
|
||||
'@vue/devtools-kit',
|
||||
'@vueup/vue-quill',
|
||||
'axios',
|
||||
'dayjs', // CJS
|
||||
'dayjs/locale/vi', // CJS
|
||||
'dayjs/plugin/isSameOrAfter', // CJS
|
||||
'dayjs/plugin/isSameOrBefore', // CJS
|
||||
'dayjs/plugin/localizedFormat', // CJS
|
||||
'dayjs/plugin/relativeTime', // CJS
|
||||
'dayjs/plugin/weekOfYear', // CJS
|
||||
'dayjs/plugin/weekday', // CJS
|
||||
'es-toolkit',
|
||||
'highcharts', // CJS
|
||||
'highcharts-vue', // CJS
|
||||
'highcharts/modules/export-data', // CJS
|
||||
'highcharts/modules/exporting', // CJS
|
||||
'xlsx',
|
||||
]
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user