fix: draggable not updating on nodes
* remove alias for dagre Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -11,7 +11,6 @@ export default defineNuxtConfig({
|
||||
},
|
||||
vite: {
|
||||
alias: {
|
||||
dagre: resolve('./node_modules/dagre'),
|
||||
vue: resolve('./node_modules/vue'),
|
||||
},
|
||||
resolve: {
|
||||
@@ -19,5 +18,6 @@ export default defineNuxtConfig({
|
||||
preserveSymlinks: false,
|
||||
},
|
||||
},
|
||||
ssr: true,
|
||||
buildModules: ['nuxt-windicss'],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user