File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ const registered = new WeakSet();
8686
8787class MiniCssExtractPlugin {
8888 /**
89- * @private
89+ * @public
9090 * @param {Compiler["webpack"] } webpack
9191 * @returns {typeof CssModule }
9292 */
@@ -346,7 +346,7 @@ class MiniCssExtractPlugin {
346346 }
347347
348348 /**
349- * @private
349+ * @public
350350 * @param {Compiler["webpack"] } webpack
351351 * @returns {typeof CssDependency }
352352 */
Original file line number Diff line number Diff line change 11export = MiniCssExtractPlugin ;
22declare class MiniCssExtractPlugin {
33 /**
4- * @private
4+ * @public
55 * @param {Compiler["webpack"] } webpack
66 * @returns {typeof CssModule }
77 */
88 private static getCssModule ;
99 /**
10- * @private
10+ * @public
1111 * @param {Compiler["webpack"] } webpack
1212 * @returns {typeof CssDependency }
1313 */
You can’t perform that action at this time.
0 commit comments