You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/12/09 23:09:03 UTC

[GitHub] [incubator-superset] suddjian commented on issue #8638: superset-ui-plugins linking tool for local development

suddjian commented on issue #8638: superset-ui-plugins linking tool for local development
URL: https://github.com/apache/incubator-superset/pull/8638#issuecomment-563482092
 
 
   There's an issue with the approach used here: The webpack aliasing is checking for any linked superset-ui-plugins packages, and modifying the imports to import from `/src` automatically, but this makes it effectively impossible to debug problems that only arise after build time.
   
   This can be fixed by introducing a `plugin-devmode.json` file, which will store the data about which plugins are in devmode instead of using the status of symlinked packages to get that info.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org