Skip to content

Commit

Permalink
fix: added joi to webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Jul 28, 2024
1 parent bfd463f commit 210b3f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
MobxReactFormValidatorDVR: "./src/validators/DVR",
MobxReactFormValidatorSVK: "./src/validators/SVK",
MobxReactFormValidatorYUP: "./src/validators/YUP",
MobxReactFormValidatorJOI: "./src/validators/JOI",
MobxReactFormValidatorZOD: "./src/validators/ZOD",
},
output: {
Expand Down

0 comments on commit 210b3f7

Please sign in to comment.