Bit gotcha at the moment: if you bundle without having first done build, you just re-bundle what was already in `dist/`, which might be stale. For safer procedure, make `npx nx bundle web-component` depend on build so it's just automatically done.