build: remove cjs support

This commit is contained in:
Benjamin Canac
2025-01-06 16:58:40 +01:00
parent 254bf3a65f
commit 0128c1c9e0
2 changed files with 3 additions and 11 deletions

View File

@@ -8,9 +8,6 @@ export default defineBuildConfig({
'./src/unplugin',
'./src/vite'
],
rollup: {
emitCJS: true
},
replace: {
'process.env.DEV': 'false',
'process.env.NUXT_UI_DEVTOOLS_LOCAL': 'false'