Skip to content

Commit e801d3b

Browse files
EmitFile: Update Readme.md
1 parent 6ae4c3e commit e801d3b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,15 @@ This option determines the name of non-entry chunk files.
104104

105105
Works like [`output.chunkFilename`](https://webpack.js.org/configuration/output/#outputchunkfilename)
106106

107+
#### `emitFile`
108+
109+
Type: `Boolean`
110+
Default: `true`
111+
112+
If true, emits a file (writes a file to the filesystem). If false, the plugin
113+
will extract the CSS but **will not** emit the file. It is often useful to
114+
disable this option for server-side packages.
115+
107116
#### `ignoreOrder`
108117

109118
Type: `Boolean`

0 commit comments

Comments
 (0)