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
@@ -413,7 +429,7 @@ export type WebpackConfigObject = {
413
429
output: {filename: string;path: string};
414
430
target: string;
415
431
context: string;
416
-
ignoreWarnings?: {module?: RegExp}[];// Note: The interface for `ignoreWarnings` is larger but we only need this. See https://webpack.js.org/configuration/other-options/#ignorewarnings
0 commit comments