Skip to content

Commit

Permalink
Merge pull request #73 from dashukin/patch-1
Browse files Browse the repository at this point in the history
flushChunks: remove css files duplicates
  • Loading branch information
ScriptedAlchemy authored Oct 1, 2018
2 parents 1be8449 + b3534a3 commit 2b0bd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flushChunks.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const flushChunks = (stats: Stats, isWebpack: boolean, opts: Options = {}) => {
...jsBefore, // likely nothing in here, but if so: bootstrap.css, vendor.css, etc
...jsAfter.reverse(), // main.css, someElseYouPutBeforeMain.css, etc
...files // correct incrementing order already
],
].filter(isUnique),
stats,
opts.outputPath
)
Expand Down

0 comments on commit 2b0bd08

Please sign in to comment.