Skip to content

Commit

Permalink
Remove debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Feb 2, 2025
1 parent 4282ec6 commit 94caf0e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,7 @@ export default defineConfig(() => {
build: {
outDir: 'build'
},
plugins: [
react(),
eslint({
exclude: [
'node_modules/**',
'../jupyterfails/packages/jupyterreactedit/lib/**/*.js' // Adjust this path if needed
]
}),
topLevelAwait()
],
plugins: [react(), eslint(), topLevelAwait()],
worker: {
format: 'module'
},
Expand Down

0 comments on commit 94caf0e

Please sign in to comment.