mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
chore(build): ship source maps
This commit is contained in:
parent
c52bb832b4
commit
be345ea829
@ -11,7 +11,9 @@
|
|||||||
"rootDir": "../../src/",
|
"rootDir": "../../src/",
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"lib": ["es2015", "dom"]
|
"lib": ["es2015", "dom"],
|
||||||
|
"sourceMap": true,
|
||||||
|
"inlineSources": true
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"../../src/@ionic-native/core/index.ts"
|
"../../src/@ionic-native/core/index.ts"
|
||||||
|
@ -14,7 +14,9 @@
|
|||||||
"rootDir": "../../../src/@ionic-native/plugins/",
|
"rootDir": "../../../src/@ionic-native/plugins/",
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"lib": ["es2015", "dom"]
|
"lib": ["es2015", "dom"],
|
||||||
|
"sourceMap": true,
|
||||||
|
"inlineSources": true
|
||||||
},
|
},
|
||||||
"files": []
|
"files": []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user