More packaging fixes for the standalone editor

This commit is contained in:
Alex Dima 2017-06-30 18:04:22 +02:00
parent 6d40eb25dc
commit ffa4402b08

View file

@ -22,7 +22,7 @@ var editorEntryPoints = [
name: 'vs/editor/editor.main',
include: [],
exclude: [ 'vs/css', 'vs/nls' ],
prepend: [ 'vs/css.js', 'vs/nls.js' ],
prepend: [ 'out-build/vs/css.js', 'out-build/vs/nls.js' ],
},
{
name: 'vs/base/common/worker/simpleWorker',