mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Improve error message when a module cannot be bundled and exclude vs/nls from bundles (#152188)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user