no longer needed?
This commit is contained in:
parent
0eb652f95f
commit
1930e0df13
1 changed files with 0 additions and 13 deletions
|
|
@ -165,19 +165,6 @@ export default defineConfig(async ({ mode, command }) => {
|
||||||
}),
|
}),
|
||||||
...(mode === 'test' ? [mswPlugin()] : []),
|
...(mode === 'test' ? [mswPlugin()] : []),
|
||||||
],
|
],
|
||||||
optimizeDeps: {
|
|
||||||
// For unknown reasons, during vitest, vite will re-optimize the following
|
|
||||||
// deps, causing the test to reload, so add them here so that it will not
|
|
||||||
// reload during tests
|
|
||||||
include: [
|
|
||||||
'custom-event-polyfill',
|
|
||||||
'vue-i18n',
|
|
||||||
'@ungap/event-target',
|
|
||||||
'lodash.merge',
|
|
||||||
'body-scroll-lock',
|
|
||||||
'@kazvmoe-infra/pinch-zoom-element',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
css: {
|
css: {
|
||||||
devSourcemap: true,
|
devSourcemap: true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue