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
By default, the modules that were polyfilled in Webpack 4 are mirrored over. However, you can choose to only include certain aliases. For example, you can only have `console` polyfilled.
42
39
*/
43
40
includeAliases?: readonlyAlias[];
44
-
}
41
+
};
45
42
46
-
exportinterfaceExcludeOptions{
43
+
exporttypeExcludeOptions={
47
44
/**
48
45
By default, the modules that were polyfilled in Webpack 4 are mirrored over. However, if you don't want a module like `console` to be polyfilled you can specify alises to be skipped here.
0 commit comments