Skip to content

Commit 94caf0e

Browse files
committed
Remove debug config
1 parent 4282ec6 commit 94caf0e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

vite.config.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,7 @@ export default defineConfig(() => {
1010
build: {
1111
outDir: 'build'
1212
},
13-
plugins: [
14-
react(),
15-
eslint({
16-
exclude: [
17-
'node_modules/**',
18-
'../jupyterfails/packages/jupyterreactedit/lib/**/*.js' // Adjust this path if needed
19-
]
20-
}),
21-
topLevelAwait()
22-
],
13+
plugins: [react(), eslint(), topLevelAwait()],
2314
worker: {
2415
format: 'module'
2516
},

0 commit comments

Comments
 (0)