Skip to content

Commit 48c546c

Browse files
undo vite changes and update changelog
1 parent 0a21e8e commit 48c546c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

unreleased_changes/9351.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
### Changed
2-
- The content within the navigation bar in the annotation view now adapts to more narrow screens without requiring scrollbars.
2+
- The content within the navigation bar in the annotation view now adapts to more narrow screens without requiring scrollbars. Also, removed the option to extrude between two annotated slices when interpolating.

vite.config.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,31 @@ export const viteConfig = {
8888
},
8989
},
9090
hmr: false, // disable Hot Module Replacement for now
91+
watch: {
92+
ignored: [
93+
"**/node_modules/**",
94+
"**/dist/**",
95+
"**/frontend/javascripts/test/**",
96+
"**/app/**",
97+
"**/webknossos-tracingstore/**",
98+
"**/webknossos-datastore/**",
99+
"**/util/**",
100+
"**/webknossos-jni/**",
101+
"**/conf/**",
102+
"**/project/**",
103+
"**/docs/**",
104+
"**/fossildb/**",
105+
"**/target/**",
106+
"**/schema/**",
107+
"**/tools/**",
108+
"**/binaryData/**",
109+
"**/coverage/**",
110+
"**/public/**",
111+
"**/public-test/**",
112+
"**/unreleased_changes/**",
113+
"**/test/**",
114+
],
115+
},
91116
},
92117
define: {
93118
global: "globalThis",

0 commit comments

Comments
 (0)