Skip to content

Commit a0ae649

Browse files
fix: Fix CSS ordering for config with multiple entry points (faceyspacey#92)
1 parent abb3321 commit a0ae649

File tree

5 files changed

+269
-313
lines changed

5 files changed

+269
-313
lines changed

.eslintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module.exports = {
1919
'no-restricted-syntax': 0,
2020
'prefer-arrow-callback': 0,
2121
'prefer-destructuring': 0,
22-
'prefer-template': 0
22+
'prefer-template': 0,
23+
'class-methods-use-this': 0
2324
}
2425
};

CHANGELOG.md

-59
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract-css-chunks-webpack-plugin",
3-
"version": "0.0.0-placeholder",
3+
"version": "3.1.0-beta.1",
44
"author": "James Gillmore <james@faceyspacey.com>",
55
"contributors": [
66
"Zack Jackson <zackary.l.jackson@gmail.com> (https://github.com/ScriptedAlchemy)"

0 commit comments

Comments
 (0)