File tree 2 files changed +4
-4
lines changed
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();
86
86
87
87
class MiniCssExtractPlugin {
88
88
/**
89
- * @private
89
+ * @public
90
90
* @param {Compiler["webpack"] } webpack
91
91
* @returns {typeof CssModule }
92
92
*/
@@ -346,7 +346,7 @@ class MiniCssExtractPlugin {
346
346
}
347
347
348
348
/**
349
- * @private
349
+ * @public
350
350
* @param {Compiler["webpack"] } webpack
351
351
* @returns {typeof CssDependency }
352
352
*/
Original file line number Diff line number Diff line change 1
1
export = MiniCssExtractPlugin ;
2
2
declare class MiniCssExtractPlugin {
3
3
/**
4
- * @private
4
+ * @public
5
5
* @param {Compiler["webpack"] } webpack
6
6
* @returns {typeof CssModule }
7
7
*/
8
8
private static getCssModule ;
9
9
/**
10
- * @private
10
+ * @public
11
11
* @param {Compiler["webpack"] } webpack
12
12
* @returns {typeof CssDependency }
13
13
*/
You can’t perform that action at this time.
0 commit comments