robinbakkerdemcon commented on issue #11694:
URL:
https://github.com/apache/incubator-superset/issues/11694#issuecomment-728000967
Hello and thanks for the response. I have edited the `webpack.config.js` and
edited the following line:
```
const PREAMBLE = [path.join(APP_DIR, '/src/preamble.ts')];
if (isDevMode) {
PREAMBLE.unshift(
`webpack-dev-server/client?http://172.17.6.165:${devserverPort}`,
// I've kept the dev server port the same. Only changed the IP!
);
}
```
But when I run `sudo npm run dev-server` it will listen on
http://localhost:9000 again. Is there also a tutorial for building my plugin as
module and then importing it from (a locally hosted??) NPM server to 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]