mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Merge pull request #1841 from NativeScript/cankov/grunt-inplace-sourcemaps
The 'grunt inplace' build generate source maps
This commit is contained in:
@ -352,6 +352,9 @@ module.exports = function(grunt) {
|
||||
tsconfig: {
|
||||
tsconfig: 'tsconfig.json',
|
||||
passThrough: true,
|
||||
},
|
||||
options: {
|
||||
additionalFlags: "--sourceMap"
|
||||
}
|
||||
},
|
||||
buildNodeTests: {
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"version": "1.6.2",
|
||||
"compilerOptions": {
|
||||
"sourceMap": false,
|
||||
"noEmitOnError": true,
|
||||
"noEmitHelpers": true,
|
||||
"target": "es5",
|
||||
|
Reference in New Issue
Block a user