mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Don't include files for unused languages
This commit is contained in:
parent
4fb188f1e3
commit
d34dbbca37
@ -10,7 +10,8 @@ export default defineConfig({
|
|||||||
'import.meta.vitest': 'undefined',
|
'import.meta.vitest': 'undefined',
|
||||||
},
|
},
|
||||||
plugins: [preact(), monacoEditorPlugin.default({
|
plugins: [preact(), monacoEditorPlugin.default({
|
||||||
customWorkers: [{label: 'yaml', entry: 'monaco-yaml/yaml.worker'}]
|
customWorkers: [{ label: 'yaml', entry: 'monaco-yaml/yaml.worker' }],
|
||||||
|
languageWorkers: [], // we don't use any of the default languages
|
||||||
})],
|
})],
|
||||||
test: {
|
test: {
|
||||||
environment: 'jsdom',
|
environment: 'jsdom',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user