Improve error message when a module cannot be bundled and exclude vs/nls from bundles (#152188)

This commit is contained in:
Alexandru Dima
2022-06-15 14:51:27 +02:00
committed by GitHub
parent 68433fb7fd
commit 5e7d488b7c
4 changed files with 23 additions and 3 deletions
+1
View File
@@ -34,6 +34,7 @@ const editorEntryPoints = [
{
name: 'vs/base/common/worker/simpleWorker',
include: ['vs/editor/common/services/editorSimpleWorker'],
exclude: ['vs/nls'],
prepend: ['vs/loader.js'],
append: ['vs/base/worker/workerMain'],
dest: 'vs/base/worker/workerMain.js'