Skip to content

Commit fce0465

Browse files
EmitFile: plugin-options.json
1 parent 80d1fa4 commit fce0465

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/plugin-options.json

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
}
2323
]
2424
},
25+
"emitFile": {
26+
"description": "If true, emits a file (writes a file to the filesystem). If false, the plugin will extract the CSS but will not emit the file. It is often useful to disable this option for server-side packages. (https://github.com/webpack-contrib/mini-css-extract-plugin#emitFile).",
27+
"type": "boolean"
28+
},
2529
"ignoreOrder": {
2630
"type": "boolean"
2731
},

0 commit comments

Comments
 (0)