mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: prevent error 'sourceMap' cannot be specified with option 'inlineSourceMap'
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"diagnostics": true,
|
"diagnostics": true,
|
||||||
"sourceMap": true,
|
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"reactNamespace": "UIBuilder",
|
"reactNamespace": "UIBuilder",
|
||||||
"lib": [
|
"lib": [
|
||||||
|
|||||||
Reference in New Issue
Block a user