mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +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: 'tsconfig.json',
|
tsconfig: 'tsconfig.json',
|
||||||
passThrough: true,
|
passThrough: true,
|
||||||
|
},
|
||||||
|
options: {
|
||||||
|
additionalFlags: "--sourceMap"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
buildNodeTests: {
|
buildNodeTests: {
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user