Skip to content

Commit 2dfc839

Browse files
committed
added parameter for disablecssextraction to jsdoc
1 parent 1f5c871 commit 2dfc839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ class Encore {
12991299
*
13001300
* Internally, this disables the mini-css-extract-plugin
13011301
* and uses the style-loader instead.
1302-
*
1302+
* @param {boolean} enabled
13031303
* @returns {Encore}
13041304
*/
13051305
disableCssExtraction(enabled = true) {

0 commit comments

Comments
 (0)