dosubot[bot] commented on issue #34191: URL: https://github.com/apache/superset/issues/34191#issuecomment-3080280419
<!-- Answer --> Your changes to superset-ui-core may not be picked up if you only run npm run build-dev or docker-compose up --build. For changes in packages like superset-ui-core, you need to run npm run plugins:build in the superset-frontend root before building the frontend. This step transpiles the package source to lib/esm, which the main app bundle uses. After that, run npm run build-dev or npm run dev-server, then access Superset at http://localhost:9000 (not 8088) to see your changes reflected. If changes still don't show up, try npm run prune to clean node_modules and build artifacts, then repeat the build steps. Also, clear your browser cache and do a hard refresh. If you're using Docker Compose for dev, make sure your local superset-frontend directory is mounted and the webpack dev server is running in the containerāedits to src/ should show up live in the browser without a manual build if everything is set up right. [Reference](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/docs/docs/installation/docker-compose.mdx) <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/21ca1ecf-10da-498f-bd9d-cb3b8ccb89c3?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/21ca1ecf-10da-498f-bd9d-cb3b8ccb89c3?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/21ca1ecf-10da-498f-bd9d-cb3b8ccb89c3?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/21ca1ecf-10da-498f-bd9d-cb3b8ccb89c3?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/21ca1ecf-10da-498f-bd9d-cb3b8ccb89c3?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/21ca1ecf-10da-498f-bd9d-cb3b8ccb89c3?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/21ca1ecf-10da-498f-bd9d-cb3b8ccb89c3?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [! [Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/34191) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
