提交 feab826c 编写于 作者: J Joao Moreno

fix bootstrap baseUrl

fixes #1138
上级 4b62f5de
......@@ -119,10 +119,7 @@ function uriFromPath(_path) {
}
loader.config({
baseUrl: uriFromPath(path.join(__dirname, '..')),
paths: {
'vs': path.basename(__dirname) + '/vs'
},
baseUrl: uriFromPath(path.join(__dirname)),
catchError: true,
nodeRequire: require,
nodeMain: __filename
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册