mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 22:38:59 +08:00
Use the absolute path to the sourcemap in the CS bundle
Reviewed By: davidaurelio Differential Revision: D4831377 fbshipit-source-id: b7da81264a65bea1827237cdd34567b29579acd4
This commit is contained in:
committed by
Facebook Github Bot
parent
b2101836dc
commit
6fa87134fc
@@ -37,6 +37,10 @@ module.exports = [
|
||||
}, {
|
||||
command: '--sourcemap-sources-root [string]',
|
||||
description: 'Path to make sourcemap\'s sources entries relative to, ex. /root/dir',
|
||||
}, {
|
||||
command: '--sourcemap-use-absolute-path',
|
||||
description: 'Report SourceMapURL using its full path',
|
||||
default: false,
|
||||
}, {
|
||||
command: '--assets-dest [string]',
|
||||
description: 'Directory name where to store assets referenced in the bundle',
|
||||
|
||||
Reference in New Issue
Block a user