mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Don't emit "use strict" in compiled source. It breaks on iOS.
This commit is contained in:
@@ -336,7 +336,10 @@ module.exports = function(grunt) {
|
||||
},
|
||||
ts: {
|
||||
build: {
|
||||
tsconfig: 'tsconfig.json',
|
||||
tsconfig: {
|
||||
tsconfig: 'tsconfig.json',
|
||||
passThrough: true,
|
||||
},
|
||||
outDir: localCfg.outModulesDir,
|
||||
options: tsOptions
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user