Upload vite.config.ts
Browse files- frontend/vite.config.ts +3 -0
frontend/vite.config.ts
CHANGED
@@ -10,6 +10,9 @@ export default defineConfig({
|
|
10 |
plugins: [
|
11 |
vue(),
|
12 |
],
|
|
|
|
|
|
|
13 |
build: {
|
14 |
rollupOptions: {
|
15 |
external: []
|
|
|
10 |
plugins: [
|
11 |
vue(),
|
12 |
],
|
13 |
+
optimizeDeps: {
|
14 |
+
include: ['html2canvas']
|
15 |
+
},
|
16 |
build: {
|
17 |
rollupOptions: {
|
18 |
external: []
|