ktmud opened a new pull request #12313: URL: https://github.com/apache/superset/pull/12313
### SUMMARY I noticed that sometimes Webpack will not use the source files of `@superset-ui/core` when is it installed via `npm link`. This change should fix it. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF N/A ### TEST PLAN Test locally. 1. `npm link` both the core package and a plugin package. 2. Start `npm dev-server`. 4. Go to Chrome Dev Tools "Sources" panal, use `Cmd + p` to search for files. 3. You should see files from `superset-ui/core/src` instead of `superset-ui/core/esm`. ---------------------------------------------------------------- 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]
