We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1be8449 + b3534a3 commit 2b0bd08Copy full SHA for 2b0bd08
1 file changed
src/flushChunks.js
@@ -79,7 +79,7 @@ const flushChunks = (stats: Stats, isWebpack: boolean, opts: Options = {}) => {
79
...jsBefore, // likely nothing in here, but if so: bootstrap.css, vendor.css, etc
80
...jsAfter.reverse(), // main.css, someElseYouPutBeforeMain.css, etc
81
...files // correct incrementing order already
82
- ],
+ ].filter(isUnique),
83
stats,
84
opts.outputPath
85
)
0 commit comments