Skip to content
Snippets Groups Projects
Verified Commit 87b187bc authored by Mateusz Tyszczak's avatar Mateusz Tyszczak :scroll:
Browse files

Change vue-vite example so it does not include wax subdependencies in optimizeDeps

parent 615beb2b
No related branches found
No related tags found
No related merge requests found
Pipeline #113834 canceled
This commit is part of merge request !260. Comments created here will be created in the context of that merge request.
......@@ -17,13 +17,6 @@ export default defineConfig({
],
+ optimizeDeps: { // Affects only dev build
+ exclude: ['@hiveio/wax'],
+ include: [
+ '@hiveio/wax > class-validator',
+ '@hiveio/wax > class-transformer',
+ '@hiveio/wax > long',
+ '@hiveio/wax > events',
+ '@hiveio/wax > reflect-metadata'
+ ]
+ }
})
```
......
......@@ -7,10 +7,6 @@ export default defineConfig({
vue()
],
optimizeDeps: { // Affects only dev build
exclude: ['@hiveio/wax'],
include: [
'@hiveio/wax > long',
'@hiveio/wax > events'
]
exclude: ['@hiveio/wax']
}
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment