express-openapi-validator
express-openapi-validator copied to clipboard
Are operation handlers supported with webpack?
Example with operation handlers in my project doesn't work with webpack. Error is {"message":"Cannot find module '/home/user/dist/components/matches/matches-controller'"}. Do you have support for this case? Current work around that I use is manual routers configuration.