hyperswitch-control-center
hyperswitch-control-center copied to clipboard
chore: create seperate webpack
Type of Change
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Description
Current webpack build is building with public folder which contains the static assets.Added new webpack configuration which ignores copying the static assets
Motivation and Context
How did you test it?
Need to check the deployment.
Where to test it?
- [ ] INTEG
- [ ] SANDBOX
- [ ] PROD
Checklist
- [ ] I ran
npm run re:build
- [ ] I reviewed submitted code
- [ ] I added unit tests for my changes where possible