Skip to content

Commit

Permalink
fix bootstrap baseUrl
Browse files Browse the repository at this point in the history
fixes #1138
  • Loading branch information
joaomoreno committed Dec 11, 2015
1 parent 4b62f5d commit feab826
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit feab826

Please sign in to comment.