chore(examples): watch files and remove alias
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -8,9 +8,6 @@ import svgLoader from 'vite-svg-loader'
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
resolve: {
|
resolve: {
|
||||||
dedupe: ['vue'],
|
dedupe: ['vue'],
|
||||||
alias: {
|
|
||||||
'~': resolve('../../packages/core/src'),
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
vue({
|
vue({
|
||||||
@@ -23,6 +20,11 @@ export default defineConfig({
|
|||||||
dts: resolve('src/auto-imports.d.ts'),
|
dts: resolve('src/auto-imports.d.ts'),
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
server: {
|
||||||
|
watch: {
|
||||||
|
ignored: ['!**/node_modules/@vue-flow/core/**'],
|
||||||
|
},
|
||||||
|
},
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
exclude: ['@vue-flow/core'],
|
exclude: ['@vue-flow/core'],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user