Merge pull request #1841 from NativeScript/cankov/grunt-inplace-sourcemaps

The 'grunt inplace' build generate source maps
This commit is contained in:
Panayot Cankov
2016-03-25 13:33:03 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -352,6 +352,9 @@ module.exports = function(grunt) {
tsconfig: { tsconfig: {
tsconfig: 'tsconfig.json', tsconfig: 'tsconfig.json',
passThrough: true, passThrough: true,
},
options: {
additionalFlags: "--sourceMap"
} }
}, },
buildNodeTests: { buildNodeTests: {

View File

@ -1,7 +1,6 @@
{ {
"version": "1.6.2", "version": "1.6.2",
"compilerOptions": { "compilerOptions": {
"sourceMap": false,
"noEmitOnError": true, "noEmitOnError": true,
"noEmitHelpers": true, "noEmitHelpers": true,
"target": "es5", "target": "es5",