You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use PUBLIC_PATH environment variable in WebpackPwaManifest
- Replace hardcoded publicPath: './' with process.env.PUBLIC_PATH || 'auto'
- Ensures consistent path handling across all webpack plugins
- Allows PWA manifest to use correct base path for different deployments
Test confirmed: PUBLIC_PATH="/smalruby3-gui/" now correctly generates
<script defer src="/smalruby3-gui/gui.js"></script> in index.html
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments