[DAEMON-137] appcd-gulp: Local directories are baked into source maps
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-11-14T18:11:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd-gulp |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2017-11-14T15:17:52.000+0000 |
Updated | 2017-11-14T18:11:55.000+0000 |
Description
The build system uses babel to transpile and generate the source maps. One of the args is thesourceRoot
which is set to an absolute path. This absolute path gets baked into the generated files which is undesirable.
Need to see if we can do relative paths. If that doesn't work, perhaps we need rewrite all of the generated source maps.
Comments
No comments