rusackas commented on issue #11694: URL: https://github.com/apache/incubator-superset/issues/11694#issuecomment-727021745
Hmmm... I haven't personally run into this, so I don't have a good answer without doing some investigation, but I'm glad the plugin process itself is working! My _suspicion_ is that you'll have to dig into `incubator-superset`'s `webpack.config.js` to move away from `localhost` and port `9000`. The alternative, if you have superset running for you in other circumstances, would be to go further towards production by actually `build`ing the plugin as a module, publish it on NPM, and import the package in your instance of Superset. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
