mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
f69126e8f4
Co-authored-by: pooya parsa <pyapar@gmail.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
12 lines
188 B
TypeScript
12 lines
188 B
TypeScript
import { defineNuxtConfig } from 'nuxt3'
|
|
|
|
export default defineNuxtConfig({
|
|
modules: [
|
|
'@nuxt/ui'
|
|
],
|
|
experimental: {
|
|
reactivityTransform: true
|
|
}
|
|
// builder: 'webpack'
|
|
})
|