mistercrunch commented on code in PR #35240:
URL: https://github.com/apache/superset/pull/35240#discussion_r2371240262
##########
superset-frontend/webpack.config.js:
##########
@@ -344,7 +390,12 @@ const config = {
},
resolve: {
// resolve modules from `/superset_frontend/node_modules` and
`/superset_frontend`
- modules: ['node_modules', APP_DIR],
+ modules: [
+ 'node_modules',
+ APP_DIR,
+ path.resolve(APP_DIR, 'packages'),
Review Comment:
I think these two lines here are the key, meaning now it watches
plugins/packages and rebuilds.
--
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]