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
There are two ways to use webpack-validator: a) "programmatically" by wrapping your webpack config object with a validation function or b) using a command line interface.
47
+
There are two ways to use webpack-validator: a) "programmatically" by wrapping your webpack config object with a validation function or b) by using a command line interface.
48
48
49
49
For the first approach, add this in your `webpack.config.js`:
0 commit comments