Remove webpack from build:compile scripts for propertyDDS packages
Partial fix for #8455 (does not resolve the sporadic pack failure). On my slow dev box this reduces npm run ci:build time by ~13%.
The examples require property-inspector-table to be packed before they'll run, I think because they use it from a .js file (?) but didn't look too far. A little inconvenient, but not too bad -- I think the efficiency gain is worth it. Webpack-fluid-loader has a similar issue that I didn't tackle in this PR.
Also resolve build warning for missing rimraf dependency.
fyi @evaliyev @karlbom @nedalhy @ruiterr
Looks like it's saving ~40s (~14%) on npm run ci:build in the PR validation pipeline as well.
I believe the most recent build errors are due to a reliance on webpack being part of the build process for the property-inspector-table package. I'm pausing this PR to investigate that a bit further (will likely make a PR to normalize the build/config of the package to align it better with the rest of the repo) and then will come back to this.
Incremental build seems to handle these correctly now so I'm less concerned about this. Would still likely be a nice improvement but I don't think I'll pick this back up.