We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfc7fc commit 289ba67Copy full SHA for 289ba67
1 file changed
lib/webpack.js
@@ -69,6 +69,7 @@ const exportPlugins = (obj, mappings) => {
69
};
70
71
exportPlugins(exports, {
72
+ "Stats": () => require("./Stats"),
73
"DefinePlugin": () => require("./DefinePlugin"),
74
"NormalModuleReplacementPlugin": () => require("./NormalModuleReplacementPlugin"),
75
"ContextReplacementPlugin": () => require("./ContextReplacementPlugin"),
0 commit comments