@anansi/webpack-config 12.0.0 → 12.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -796
- package/lib/base/css.js +3 -7
- package/lib/base/generateBabelLoader.js +2 -4
- package/lib/base/index.js +8 -8
- package/lib/dev.js +7 -7
- package/lib/index.js +10 -10
- package/lib/node.js +3 -3
- package/lib/plugins/ErrorOverlayPlugin.js +4 -4
- package/lib/prod.js +8 -8
- package/lib/storybook.js +6 -6
- package/package.json +7 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,8 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
### [12.0.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@12.0.2...@anansi/webpack-config@12.0.3) (2022-07-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @anansi/webpack-config
|
|
9
|
+
|
|
10
|
+
### [12.0.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@12.0.1...@anansi/webpack-config@12.0.2) (2022-07-23)
|
|
11
|
+
|
|
12
|
+
### 📦 Package
|
|
13
|
+
|
|
14
|
+
* @svgr/webpack, sass, core-js-compat, ts-jest, rest-hooks ([#1588](https://github.com/ntucker/anansi/issues/1588)) ([2fb6d6a](https://github.com/ntucker/anansi/commit/2fb6d6ae39f547689e4d482d935bad06fb80124f))
|
|
15
|
+
* Remove critters until it is compatible ([5969f04](https://github.com/ntucker/anansi/commit/5969f04a2d6fcd74d549240faa3acde3d8d876de))
|
|
16
|
+
|
|
17
|
+
### [12.0.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@12.0.0...@anansi/webpack-config@12.0.1) (2022-07-19)
|
|
7
18
|
|
|
19
|
+
### 📦 Package
|
|
20
|
+
|
|
21
|
+
* Update babel monorepo to v7.18.9 ([#1583](https://github.com/ntucker/anansi/issues/1583)) ([f49c211](https://github.com/ntucker/anansi/commit/f49c211c633b6bbabdf50e4c8dd62cfd13015e22))
|
|
22
|
+
|
|
23
|
+
## [12.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.6.8...@anansi/webpack-config@12.0.0) (2022-07-16)
|
|
8
24
|
|
|
9
25
|
### ⚠ 💥 BREAKING CHANGES
|
|
10
26
|
|
|
@@ -17,42 +33,30 @@ Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
17
33
|
* commander, postcss-loader, readable-stream, ts-jest ([#1581](https://github.com/ntucker/anansi/issues/1581)) ([02e7eb8](https://github.com/ntucker/anansi/commit/02e7eb876e14e8a9ec9d453d4d19e6b5a0c81bee))
|
|
18
34
|
* Update `html-loader` to v4 ([#1578](https://github.com/ntucker/anansi/issues/1578)) ([48d8a1c](https://github.com/ntucker/anansi/commit/48d8a1c7180ba65bb5ba47121502d7cb7c035d6c))
|
|
19
35
|
|
|
20
|
-
|
|
21
|
-
|
|
22
36
|
### [11.6.8](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.6.7...@anansi/webpack-config@11.6.8) (2022-07-08)
|
|
23
37
|
|
|
24
|
-
|
|
25
38
|
### 🐛 Bug Fix
|
|
26
39
|
|
|
27
40
|
* Allow importing directly from global style dir ([d05106b](https://github.com/ntucker/anansi/commit/d05106bb3f09776a8eb3e6c323f753e1628b3810))
|
|
28
41
|
|
|
29
|
-
|
|
30
|
-
|
|
31
42
|
### [11.6.7](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.6.6...@anansi/webpack-config@11.6.7) (2022-06-29)
|
|
32
43
|
|
|
33
|
-
|
|
34
44
|
### 📦 Package
|
|
35
45
|
|
|
36
46
|
* eslint-plugin-prettier, sass-loader ([#1565](https://github.com/ntucker/anansi/issues/1565)) ([981dd8b](https://github.com/ntucker/anansi/commit/981dd8b5f4645d62b05f05bc858d5e64cc5d5ff6))
|
|
37
47
|
* eslint-plugin-react, sass-loader ([#1562](https://github.com/ntucker/anansi/issues/1562)) ([809bd03](https://github.com/ntucker/anansi/commit/809bd03ac4e383b2138660c012ff9a1070108584))
|
|
38
48
|
* Update babel monorepo to v7.18.6 ([#1566](https://github.com/ntucker/anansi/issues/1566)) ([1634f13](https://github.com/ntucker/anansi/commit/1634f1358de98ba724433ffb462094ad17f88b72))
|
|
39
49
|
|
|
40
|
-
|
|
41
|
-
|
|
42
50
|
### [11.6.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.6.5...@anansi/webpack-config@11.6.6) (2022-06-23)
|
|
43
51
|
|
|
44
|
-
|
|
45
52
|
### 📦 Package
|
|
46
53
|
|
|
47
54
|
* linaria ([#1558](https://github.com/ntucker/anansi/issues/1558)) ([33b1441](https://github.com/ntucker/anansi/commit/33b144157ba3efe576c59e9f0dc8cb9901d5da0b))
|
|
48
55
|
* sass, babel-plugin-ramda, pacote ([#1560](https://github.com/ntucker/anansi/issues/1560)) ([8d959de](https://github.com/ntucker/anansi/commit/8d959def13bb4d185c1617ef2380b61da1024e26))
|
|
49
56
|
* Update `readable-stream` to v4 ([#1555](https://github.com/ntucker/anansi/issues/1555)) ([4cfe47d](https://github.com/ntucker/anansi/commit/4cfe47d0b62a3b69e20fc961d65b44f1137f756c))
|
|
50
57
|
|
|
51
|
-
|
|
52
|
-
|
|
53
58
|
### [11.6.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.6.4...@anansi/webpack-config@11.6.5) (2022-06-15)
|
|
54
59
|
|
|
55
|
-
|
|
56
60
|
### 📦 Package
|
|
57
61
|
|
|
58
62
|
* babel-plugin-ramda, prettier, svgo-loader, webpack-remove-empty-scripts ([#1548](https://github.com/ntucker/anansi/issues/1548)) ([3188449](https://github.com/ntucker/anansi/commit/3188449fa1cb126bd2e97d38f1ad2920b74fd062))
|
|
@@ -60,11 +64,8 @@ Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
60
64
|
* Update babel monorepo to v7.18.5 ([#1545](https://github.com/ntucker/anansi/issues/1545)) ([aaaa8bc](https://github.com/ntucker/anansi/commit/aaaa8bcaa4d9188e9671ee31dc09b7aa9e3ce988))
|
|
61
65
|
* Update react monorepo ([#1549](https://github.com/ntucker/anansi/issues/1549)) ([7c06c5b](https://github.com/ntucker/anansi/commit/7c06c5b7056e62bdf24005799a918ecf5da2e41b))
|
|
62
66
|
|
|
63
|
-
|
|
64
|
-
|
|
65
67
|
### [11.6.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.6.3...@anansi/webpack-config@11.6.4) (2022-06-09)
|
|
66
68
|
|
|
67
|
-
|
|
68
69
|
### 📦 Package
|
|
69
70
|
|
|
70
71
|
* Downgrade linaria until fixed ([1df0b64](https://github.com/ntucker/anansi/commit/1df0b647c9afe08eecc2a3f335fcc811be6c0a8c))
|
|
@@ -72,83 +73,56 @@ Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
72
73
|
* linaria, sass ([#1537](https://github.com/ntucker/anansi/issues/1537)) ([4e9b77a](https://github.com/ntucker/anansi/commit/4e9b77a51aaafb8d8a4bdcb0791315fff984c423))
|
|
73
74
|
* Update all non-major dependencies ([#1531](https://github.com/ntucker/anansi/issues/1531)) ([2677241](https://github.com/ntucker/anansi/commit/26772415c2763f35c1720a08bb4b5417214f20d3))
|
|
74
75
|
|
|
75
|
-
|
|
76
|
-
|
|
77
76
|
### [11.6.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.6.2...@anansi/webpack-config@11.6.3) (2022-05-29)
|
|
78
77
|
|
|
79
78
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
80
79
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
80
|
### [11.6.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.6.1...@anansi/webpack-config@11.6.2) (2022-05-29)
|
|
86
81
|
|
|
87
82
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
88
83
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
84
|
### [11.6.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.6.0...@anansi/webpack-config@11.6.1) (2022-05-28)
|
|
94
85
|
|
|
95
|
-
|
|
96
86
|
### 💅 Enhancement
|
|
97
87
|
|
|
98
88
|
* Exclude minicssextract for node builds ([1fdd03c](https://github.com/ntucker/anansi/commit/1fdd03c57f05ee5d6eac1e9de9b47052b338864a))
|
|
99
89
|
|
|
100
|
-
|
|
101
90
|
### 🐛 Bug Fix
|
|
102
91
|
|
|
103
92
|
* Repeat compiles in watchmode ([3a08fcd](https://github.com/ntucker/anansi/commit/3a08fcd0fab3fe258a603854cb43c0cd6660bd51))
|
|
104
93
|
|
|
105
|
-
|
|
106
|
-
|
|
107
94
|
## [11.6.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.5.3...@anansi/webpack-config@11.6.0) (2022-05-28)
|
|
108
95
|
|
|
109
|
-
|
|
110
96
|
### 🚀 Features
|
|
111
97
|
|
|
112
98
|
* env.entrypath override ([a918d32](https://github.com/ntucker/anansi/commit/a918d3247c22ea00d0e1d5395553752280d32d99))
|
|
113
99
|
|
|
114
|
-
|
|
115
100
|
### 🐛 Bug Fix
|
|
116
101
|
|
|
117
102
|
* Disable lazyCompilation due to compat issues with SSR ([c5618da](https://github.com/ntucker/anansi/commit/c5618daa1937ef7460aaa6360fefa58bb825bc8c))
|
|
118
103
|
|
|
119
|
-
|
|
120
104
|
### 📦 Package
|
|
121
105
|
|
|
122
106
|
* Update babel monorepo to v7.18.2 ([#1520](https://github.com/ntucker/anansi/issues/1520)) ([e0fe514](https://github.com/ntucker/anansi/commit/e0fe5142b0c308aff24b86faef6d70084c80691f))
|
|
123
107
|
|
|
124
|
-
|
|
125
|
-
|
|
126
108
|
### [11.5.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.5.2...@anansi/webpack-config@11.5.3) (2022-05-24)
|
|
127
109
|
|
|
128
|
-
|
|
129
110
|
### 📦 Package
|
|
130
111
|
|
|
131
112
|
* Update all non-major dependencies ([#1517](https://github.com/ntucker/anansi/issues/1517)) ([edc5c30](https://github.com/ntucker/anansi/commit/edc5c3064feda2ca876ad0288e8385e4e3d30a71))
|
|
132
113
|
|
|
133
|
-
|
|
134
|
-
|
|
135
114
|
### [11.5.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.5.1...@anansi/webpack-config@11.5.2) (2022-05-21)
|
|
136
115
|
|
|
137
|
-
|
|
138
116
|
### 🐛 Bug Fix
|
|
139
117
|
|
|
140
118
|
* Dev compilation in stackblitz ([10f9235](https://github.com/ntucker/anansi/commit/10f9235170276bb3c4f2060100eb6b7bb37fdd6c))
|
|
141
119
|
|
|
142
|
-
|
|
143
|
-
|
|
144
120
|
### [11.5.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.5.0...@anansi/webpack-config@11.5.1) (2022-05-20)
|
|
145
121
|
|
|
146
|
-
|
|
147
122
|
### 💅 Enhancement
|
|
148
123
|
|
|
149
124
|
* Use lazy-compilation in dev mode for faster build times ([#1513](https://github.com/ntucker/anansi/issues/1513)) ([1dcbf4e](https://github.com/ntucker/anansi/commit/1dcbf4ed3658dc90e192d4c7dd6a1d1f66448474))
|
|
150
125
|
|
|
151
|
-
|
|
152
126
|
### 📦 Package
|
|
153
127
|
|
|
154
128
|
* Update `css-minimizer-webpack-plugin` to v4 ([#1511](https://github.com/ntucker/anansi/issues/1511)) ([5a685ed](https://github.com/ntucker/anansi/commit/5a685edf69183c42a6838e2216295d6d71f4c33a))
|
|
@@ -158,77 +132,52 @@ Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
158
132
|
* Update all non-major dependencies ([#1516](https://github.com/ntucker/anansi/issues/1516)) ([5d3e9c7](https://github.com/ntucker/anansi/commit/5d3e9c7e9dffcd2f3904e2bf2113df704ed18ffb))
|
|
159
133
|
* Update babel monorepo ([#1515](https://github.com/ntucker/anansi/issues/1515)) ([9d51b13](https://github.com/ntucker/anansi/commit/9d51b13218a67c17cfef56a1be88ac4af7933d03))
|
|
160
134
|
|
|
161
|
-
|
|
162
|
-
|
|
163
135
|
## [11.5.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.4.3...@anansi/webpack-config@11.5.0) (2022-05-18)
|
|
164
136
|
|
|
165
|
-
|
|
166
137
|
### 🚀 Features
|
|
167
138
|
|
|
168
139
|
* Add commonjs bundles ([#1508](https://github.com/ntucker/anansi/issues/1508)) ([3f1f5a2](https://github.com/ntucker/anansi/commit/3f1f5a2f881d3e314d9fd08d63607e0c8dbd34d1))
|
|
169
140
|
* Support TypeScript 4.7 file extensions ([5fb9037](https://github.com/ntucker/anansi/commit/5fb90375884327cf1e88d320323cd0d7f014b54a))
|
|
170
141
|
|
|
171
|
-
|
|
172
|
-
|
|
173
142
|
### [11.4.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.4.2...@anansi/webpack-config@11.4.3) (2022-05-18)
|
|
174
143
|
|
|
175
144
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
176
145
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
146
|
### [11.4.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.4.1...@anansi/webpack-config@11.4.2) (2022-05-18)
|
|
182
147
|
|
|
183
148
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
184
149
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
150
|
### [11.4.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.4.0...@anansi/webpack-config@11.4.1) (2022-05-18)
|
|
190
151
|
|
|
191
|
-
|
|
192
152
|
### 🐛 Bug Fix
|
|
193
153
|
|
|
194
154
|
* Server compilation ([d8a1c9a](https://github.com/ntucker/anansi/commit/d8a1c9a05718cde13c99d56dcc79a5cc823fa6bb))
|
|
195
155
|
|
|
196
|
-
|
|
197
|
-
|
|
198
156
|
## [11.4.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.12...@anansi/webpack-config@11.4.0) (2022-05-17)
|
|
199
157
|
|
|
200
|
-
|
|
201
158
|
### 🚀 Features
|
|
202
159
|
|
|
203
160
|
* SSR uses webpack devserver and responds to code changes ([#1504](https://github.com/ntucker/anansi/issues/1504)) ([25803a5](https://github.com/ntucker/anansi/commit/25803a5b49316c7e73846efbe774d5cbe3eb28a3))
|
|
204
161
|
|
|
205
|
-
|
|
206
162
|
### 📦 Package
|
|
207
163
|
|
|
208
164
|
* Update `@pmmmwh/react-refresh-webpack-plugin` to ^0.5.6 ([#1496](https://github.com/ntucker/anansi/issues/1496)) ([1544fa1](https://github.com/ntucker/anansi/commit/1544fa1233284eed03c9ece0a4edee4dc88769ee))
|
|
209
165
|
* Update `prettier-eslint-cli` to v6 ([#1498](https://github.com/ntucker/anansi/issues/1498)) ([8817be1](https://github.com/ntucker/anansi/commit/8817be1b186e4495e8de1a9f3e6d2733d7af5419))
|
|
210
166
|
* Update babel monorepo to v7.17.12 ([#1505](https://github.com/ntucker/anansi/issues/1505)) ([cdf449c](https://github.com/ntucker/anansi/commit/cdf449c234da377c6968847a500ef77d7340c5bb))
|
|
211
167
|
|
|
212
|
-
|
|
213
|
-
|
|
214
168
|
### [11.3.12](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.11...@anansi/webpack-config@11.3.12) (2022-05-04)
|
|
215
169
|
|
|
216
|
-
|
|
217
170
|
### 📦 Package
|
|
218
171
|
|
|
219
172
|
* Update all non-major dependencies ([#1490](https://github.com/ntucker/anansi/issues/1490)) ([c333a59](https://github.com/ntucker/anansi/commit/c333a595dd912e67f64e22b4c4af58e825e75cad))
|
|
220
173
|
* Update all non-major dependencies ([#1491](https://github.com/ntucker/anansi/issues/1491)) ([c15a3dd](https://github.com/ntucker/anansi/commit/c15a3dd616e9504cc68cdc299dde9ddabff3237a))
|
|
221
174
|
|
|
222
|
-
|
|
223
|
-
|
|
224
175
|
### [11.3.11](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.10...@anansi/webpack-config@11.3.11) (2022-04-30)
|
|
225
176
|
|
|
226
|
-
|
|
227
177
|
### 💅 Enhancement
|
|
228
178
|
|
|
229
179
|
* Switch back to mainstream linaria loader ([#1483](https://github.com/ntucker/anansi/issues/1483)) ([7a014fb](https://github.com/ntucker/anansi/commit/7a014fb446c690f79d7d574d20128ad72cd30baa))
|
|
230
180
|
|
|
231
|
-
|
|
232
181
|
### 📦 Package
|
|
233
182
|
|
|
234
183
|
* Update all non-major dependencies ([#1476](https://github.com/ntucker/anansi/issues/1476)) ([d6d2876](https://github.com/ntucker/anansi/commit/d6d28766edb86d743952caa6779cdae0316820ef))
|
|
@@ -237,287 +186,206 @@ Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
237
186
|
* Update babel monorepo to v7.17.10 ([#1487](https://github.com/ntucker/anansi/issues/1487)) ([4cae6b5](https://github.com/ntucker/anansi/commit/4cae6b50855c2307ba1cf4e7293579d51614f978))
|
|
238
187
|
* Update react monorepo ([#1482](https://github.com/ntucker/anansi/issues/1482)) ([6c297e0](https://github.com/ntucker/anansi/commit/6c297e0c43dff82d52309915695b6700b367171c))
|
|
239
188
|
|
|
240
|
-
|
|
241
|
-
|
|
242
189
|
### [11.3.10](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.9...@anansi/webpack-config@11.3.10) (2022-04-22)
|
|
243
190
|
|
|
244
|
-
|
|
245
191
|
### 📦 Package
|
|
246
192
|
|
|
247
193
|
* Update `babel-loader` to v8.2.5 ([#1473](https://github.com/ntucker/anansi/issues/1473)) ([9c86158](https://github.com/ntucker/anansi/commit/9c86158ef3b3ec2a22f31bbe8bf7db99f5f9193a))
|
|
248
194
|
* Update all non-major dependencies ([#1474](https://github.com/ntucker/anansi/issues/1474)) ([0c51250](https://github.com/ntucker/anansi/commit/0c5125030474a72dc4dfa6a50fda76154c1662c9))
|
|
249
195
|
|
|
250
|
-
|
|
251
196
|
### 📝 Documentation
|
|
252
197
|
|
|
253
198
|
* Improve monorepo configuration example ([3f27ae3](https://github.com/ntucker/anansi/commit/3f27ae36682ac3182e9dfe268d7d26bb34739481))
|
|
254
199
|
|
|
255
|
-
|
|
256
|
-
|
|
257
200
|
### [11.3.9](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.8...@anansi/webpack-config@11.3.9) (2022-04-16)
|
|
258
201
|
|
|
259
|
-
|
|
260
202
|
### 📦 Package
|
|
261
203
|
|
|
262
204
|
* Update all non-major dependencies ([#1468](https://github.com/ntucker/anansi/issues/1468)) ([9c11a58](https://github.com/ntucker/anansi/commit/9c11a589cb06dbb5b0d9d2fc46899f716bf7a198))
|
|
263
205
|
* Update all non-major dependencies ([#1470](https://github.com/ntucker/anansi/issues/1470)) ([7989b53](https://github.com/ntucker/anansi/commit/7989b53c38673e9cda2d2c72be3d3f2193ac81d0))
|
|
264
206
|
|
|
265
|
-
|
|
266
|
-
|
|
267
207
|
### [11.3.8](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.7...@anansi/webpack-config@11.3.8) (2022-04-08)
|
|
268
208
|
|
|
269
|
-
|
|
270
209
|
### 📦 Package
|
|
271
210
|
|
|
272
211
|
* Update all non-major dependencies ([#1460](https://github.com/ntucker/anansi/issues/1460)) ([0e6a89b](https://github.com/ntucker/anansi/commit/0e6a89b3e988f1d2ed039e36a9e306b2e5c85fa1))
|
|
273
212
|
* Update all non-major dependencies ([#1464](https://github.com/ntucker/anansi/issues/1464)) ([70d77dd](https://github.com/ntucker/anansi/commit/70d77dd529ca862cc523d0bf2229354605e9a4ac))
|
|
274
213
|
* Update babel monorepo to v7.17.9 ([#1459](https://github.com/ntucker/anansi/issues/1459)) ([57a3221](https://github.com/ntucker/anansi/commit/57a3221e07af845ff732c742af83abc5be3da19e))
|
|
275
214
|
|
|
276
|
-
|
|
277
|
-
|
|
278
215
|
### [11.3.7](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.6...@anansi/webpack-config@11.3.7) (2022-04-04)
|
|
279
216
|
|
|
280
|
-
|
|
281
217
|
### 📦 Package
|
|
282
218
|
|
|
283
219
|
* Update `@pmmmwh/react-refresh-webpack-plugin` to ^0.5.5 ([#1457](https://github.com/ntucker/anansi/issues/1457)) ([14dcbff](https://github.com/ntucker/anansi/commit/14dcbffafa376670b9a3806d6fdfe6c4d2eeacdd))
|
|
284
220
|
|
|
285
|
-
|
|
286
|
-
|
|
287
221
|
### [11.3.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.5...@anansi/webpack-config@11.3.6) (2022-04-02)
|
|
288
222
|
|
|
289
|
-
|
|
290
223
|
### 📦 Package
|
|
291
224
|
|
|
292
225
|
* Update all non-major dependencies ([#1452](https://github.com/ntucker/anansi/issues/1452)) ([354fb41](https://github.com/ntucker/anansi/commit/354fb41e650d2e7c0af0dd8c368718e790899dfe))
|
|
293
226
|
* Update all non-major dependencies ([#1454](https://github.com/ntucker/anansi/issues/1454)) ([9ae28ef](https://github.com/ntucker/anansi/commit/9ae28ef72001b2152c74c581e902bae863ef1426))
|
|
294
227
|
|
|
295
|
-
|
|
296
|
-
|
|
297
228
|
### [11.3.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.4...@anansi/webpack-config@11.3.5) (2022-03-30)
|
|
298
229
|
|
|
299
|
-
|
|
300
230
|
### 🐛 Bug Fix
|
|
301
231
|
|
|
302
232
|
* Storybook works with all cache configs ([a7c419e](https://github.com/ntucker/anansi/commit/a7c419eec92486f4d1369152cb78df04750545c3))
|
|
303
233
|
|
|
304
|
-
|
|
305
234
|
### 📦 Package
|
|
306
235
|
|
|
307
236
|
* Update `babel-loader` to v8.2.4 ([#1448](https://github.com/ntucker/anansi/issues/1448)) ([ea8659b](https://github.com/ntucker/anansi/commit/ea8659bd18d1677f27d2436cba81076c38d3acdb))
|
|
308
237
|
* Update react monorepo ([#1451](https://github.com/ntucker/anansi/issues/1451)) ([890a11f](https://github.com/ntucker/anansi/commit/890a11f8a03e57c69a4bc2202550776222dfa2be))
|
|
309
238
|
|
|
310
|
-
|
|
311
|
-
|
|
312
239
|
### [11.3.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.3...@anansi/webpack-config@11.3.4) (2022-03-22)
|
|
313
240
|
|
|
314
|
-
|
|
315
241
|
### 🐛 Bug Fix
|
|
316
242
|
|
|
317
243
|
* Process css files in .storybook dir ([d806928](https://github.com/ntucker/anansi/commit/d806928f79dcf652e6479a1398289c44814438e9))
|
|
318
244
|
|
|
319
|
-
|
|
320
|
-
|
|
321
245
|
### [11.3.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.1...@anansi/webpack-config@11.3.3) (2022-03-20)
|
|
322
246
|
|
|
323
|
-
|
|
324
247
|
### 💅 Enhancement
|
|
325
248
|
|
|
326
249
|
* Split chunks async-only by default ([36cc19b](https://github.com/ntucker/anansi/commit/36cc19b560933a15927730fab4f9d18aeeb45964))
|
|
327
250
|
|
|
328
|
-
|
|
329
251
|
### 🐛 Bug Fix
|
|
330
252
|
|
|
331
253
|
* linaria hot-reloading ([3d26586](https://github.com/ntucker/anansi/commit/3d2658681a846297d75991bda4ea153faff2322d))
|
|
332
254
|
* Still need resolve options sent to linaria ([3d638cc](https://github.com/ntucker/anansi/commit/3d638ccec1e88d30ce6143a9daa5d6af72fe2aff))
|
|
333
255
|
|
|
334
|
-
|
|
335
256
|
### 📦 Package
|
|
336
257
|
|
|
337
258
|
* Update `@babel/cli` to v7.17.6 ([#1429](https://github.com/ntucker/anansi/issues/1429)) ([3f210d8](https://github.com/ntucker/anansi/commit/3f210d8cdf73156f119833e1e723e9e35e9fdd7e))
|
|
338
259
|
* Update all non-major dependencies ([#1441](https://github.com/ntucker/anansi/issues/1441)) ([b4b7be5](https://github.com/ntucker/anansi/commit/b4b7be5c3ef5c9e5ab870a045942c80b0dc6a4e8))
|
|
339
260
|
* Update babel monorepo ([#1442](https://github.com/ntucker/anansi/issues/1442)) ([5939396](https://github.com/ntucker/anansi/commit/59393967c70815608c23daf1e5b2a5b7e000d1b7))
|
|
340
261
|
|
|
341
|
-
|
|
342
|
-
|
|
343
262
|
### [11.3.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.1...@anansi/webpack-config@11.3.2) (2022-03-09)
|
|
344
263
|
|
|
345
|
-
|
|
346
264
|
### 🐛 Bug Fix
|
|
347
265
|
|
|
348
266
|
* linaria hot-reloading ([3d26586](https://github.com/ntucker/anansi/commit/3d2658681a846297d75991bda4ea153faff2322d))
|
|
349
267
|
* Still need resolve options sent to linaria ([3d638cc](https://github.com/ntucker/anansi/commit/3d638ccec1e88d30ce6143a9daa5d6af72fe2aff))
|
|
350
268
|
|
|
351
|
-
|
|
352
269
|
### 📦 Package
|
|
353
270
|
|
|
354
271
|
* Update `@babel/cli` to v7.17.6 ([#1429](https://github.com/ntucker/anansi/issues/1429)) ([3f210d8](https://github.com/ntucker/anansi/commit/3f210d8cdf73156f119833e1e723e9e35e9fdd7e))
|
|
355
272
|
|
|
356
|
-
|
|
357
|
-
|
|
358
273
|
### [11.3.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.3.0...@anansi/webpack-config@11.3.1) (2022-02-28)
|
|
359
274
|
|
|
360
|
-
|
|
361
275
|
### 💅 Enhancement
|
|
362
276
|
|
|
363
277
|
* Support late process.env.WEBPACK_PUBLIC_PATH setting ([6789637](https://github.com/ntucker/anansi/commit/6789637b91bb61a5afe0ab5b2e65b6ba1248b6ec))
|
|
364
278
|
|
|
365
|
-
|
|
366
279
|
### 🐛 Bug Fix
|
|
367
280
|
|
|
368
281
|
* Do not include hot reloading in node builds ([9e9f5b3](https://github.com/ntucker/anansi/commit/9e9f5b3cc2511007fe8dee4d1d7b64f001b471b8))
|
|
369
282
|
* React SSR Doesn't like the new JSX runtime ([65bb1f1](https://github.com/ntucker/anansi/commit/65bb1f1fbb4cf311847303dd0fe5b613f558fcdc))
|
|
370
283
|
|
|
371
|
-
|
|
372
|
-
|
|
373
284
|
## [11.3.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.2.4...@anansi/webpack-config@11.3.0) (2022-02-21)
|
|
374
285
|
|
|
375
|
-
|
|
376
286
|
### 🚀 Features
|
|
377
287
|
|
|
378
288
|
* Add router and react-18 demo ([#1425](https://github.com/ntucker/anansi/issues/1425)) ([32e922c](https://github.com/ntucker/anansi/commit/32e922cb48d365128699f84adbcfa1a9d3c3f243))
|
|
379
289
|
|
|
380
|
-
|
|
381
290
|
### 📦 Package
|
|
382
291
|
|
|
383
292
|
* Update `@babel/core` to v7.17.5 ([#1423](https://github.com/ntucker/anansi/issues/1423)) ([cb23726](https://github.com/ntucker/anansi/commit/cb23726f08ef9e0c630b6176eb768d2da89607ea))
|
|
384
293
|
|
|
385
|
-
|
|
386
|
-
|
|
387
294
|
### [11.2.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.2.3...@anansi/webpack-config@11.2.4) (2022-02-16)
|
|
388
295
|
|
|
389
|
-
|
|
390
296
|
### 💅 Enhancement
|
|
391
297
|
|
|
392
298
|
* Remove thread-loader ([#1421](https://github.com/ntucker/anansi/issues/1421)) ([b6adba5](https://github.com/ntucker/anansi/commit/b6adba589937800bb0b9140866399715ce59c76a))
|
|
393
299
|
|
|
394
|
-
|
|
395
300
|
### 📦 Package
|
|
396
301
|
|
|
397
302
|
* Update `@babel/core` to v7.17.4 ([#1420](https://github.com/ntucker/anansi/issues/1420)) ([16864d0](https://github.com/ntucker/anansi/commit/16864d039dafc73b139fe8107b42461e1ca3f314))
|
|
398
303
|
* Update `@hot-loader/react-dom` to v17 ([#1417](https://github.com/ntucker/anansi/issues/1417)) ([bb63701](https://github.com/ntucker/anansi/commit/bb6370125d51fbf3eef386554459fae7e74a1a3f))
|
|
399
304
|
* Update babel monorepo to v7.17.3 ([#1416](https://github.com/ntucker/anansi/issues/1416)) ([606e69f](https://github.com/ntucker/anansi/commit/606e69f48546f982904f0649def9b6c8adc051e9))
|
|
400
305
|
|
|
401
|
-
|
|
402
|
-
|
|
403
306
|
### [11.2.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.2.2...@anansi/webpack-config@11.2.3) (2022-02-14)
|
|
404
307
|
|
|
405
|
-
|
|
406
308
|
### 💅 Enhancement
|
|
407
309
|
|
|
408
310
|
* Use yarn2 if corepack is enabled ([53abc42](https://github.com/ntucker/anansi/commit/53abc425e4380a0c9547dc1c4607cc82f4604113))
|
|
409
311
|
|
|
410
|
-
|
|
411
|
-
|
|
412
312
|
### [11.2.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.2.1...@anansi/webpack-config@11.2.2) (2022-02-12)
|
|
413
313
|
|
|
414
|
-
|
|
415
314
|
### 💅 Enhancement
|
|
416
315
|
|
|
417
316
|
* Graceful fallback to http if cert cannot be found ([f37c13a](https://github.com/ntucker/anansi/commit/f37c13a87ca1ca2de97cedd4b5523296cd3c684e))
|
|
418
317
|
|
|
419
|
-
|
|
420
|
-
|
|
421
318
|
### [11.2.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.2.0...@anansi/webpack-config@11.2.1) (2022-02-12)
|
|
422
319
|
|
|
423
|
-
|
|
424
320
|
### 🐛 Bug Fix
|
|
425
321
|
|
|
426
322
|
* WEBPACK_CACHE='memory' ([cdc96e1](https://github.com/ntucker/anansi/commit/cdc96e1354bec9bf51e3135fcd937238b8cf0e91))
|
|
427
323
|
|
|
428
|
-
|
|
429
|
-
|
|
430
324
|
## [11.2.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.1.6...@anansi/webpack-config@11.2.0) (2022-02-12)
|
|
431
325
|
|
|
432
|
-
|
|
433
326
|
### 🚀 Features
|
|
434
327
|
|
|
435
328
|
* WEBPACK_CACHE allows full cache type control ([450349f](https://github.com/ntucker/anansi/commit/450349f652fcb5efd9057f6b2ddc573e0ffa03e8))
|
|
436
329
|
|
|
437
|
-
|
|
438
330
|
### 💅 Enhancement
|
|
439
331
|
|
|
440
332
|
* Move linaria cache to node_modules/.cache ([60aaad0](https://github.com/ntucker/anansi/commit/60aaad0fe32b37ff220213dc9bf40b4f215ebc53))
|
|
441
333
|
* Use default cache directories ([85b20ee](https://github.com/ntucker/anansi/commit/85b20ee21e502c83cf5de4518010e184c59537b5))
|
|
442
334
|
|
|
443
|
-
|
|
444
335
|
### 🐛 Bug Fix
|
|
445
336
|
|
|
446
337
|
* Support webcontainers like stackblitz ([#1392](https://github.com/ntucker/anansi/issues/1392)) ([a74f0c3](https://github.com/ntucker/anansi/commit/a74f0c35965038ac1d8a232507a1ad50c357fe9d))
|
|
447
338
|
|
|
448
|
-
|
|
449
|
-
|
|
450
339
|
### [11.1.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.1.5...@anansi/webpack-config@11.1.6) (2022-02-11)
|
|
451
340
|
|
|
452
|
-
|
|
453
341
|
### 🐛 Bug Fix
|
|
454
342
|
|
|
455
343
|
* Add back default extensions explicitly for compatibility with linaria ([c5837cd](https://github.com/ntucker/anansi/commit/c5837cd9dee93663a0099162f3159b2812cca911))
|
|
456
344
|
* Linaria uses anansi resolution rules when using JS variables ([16ab5cb](https://github.com/ntucker/anansi/commit/16ab5cb9a91764489082f8b51c026cdc0fa70566))
|
|
457
345
|
|
|
458
|
-
|
|
459
|
-
|
|
460
346
|
### [11.1.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.1.4...@anansi/webpack-config@11.1.5) (2022-02-09)
|
|
461
347
|
|
|
462
|
-
|
|
463
348
|
### 🐛 Bug Fix
|
|
464
349
|
|
|
465
350
|
* Linaria works with svg urls ([#1388](https://github.com/ntucker/anansi/issues/1388)) ([8d24f56](https://github.com/ntucker/anansi/commit/8d24f562ea5a0bc6401e7e705239fb803db4ac45))
|
|
466
351
|
* Make svg naming consistent between svgr and non-svgr ([9828b17](https://github.com/ntucker/anansi/commit/9828b17847c325abf8ec14b14945fffabe2e233e))
|
|
467
352
|
|
|
468
|
-
|
|
469
353
|
### 📦 Package
|
|
470
354
|
|
|
471
355
|
* bump @babel/runtime from 7.17.0 to 7.17.2 ([#1386](https://github.com/ntucker/anansi/issues/1386)) ([6b2fe59](https://github.com/ntucker/anansi/commit/6b2fe59ac1832c099285a896386e7ab9c5daff3f))
|
|
472
356
|
|
|
473
|
-
|
|
474
|
-
|
|
475
357
|
### [11.1.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.1.3...@anansi/webpack-config@11.1.4) (2022-02-07)
|
|
476
358
|
|
|
477
|
-
|
|
478
359
|
### 📦 Package
|
|
479
360
|
|
|
480
361
|
* @linaria/webpack5-loader to beta.17 ([#1374](https://github.com/ntucker/anansi/issues/1374)) ([8665ff0](https://github.com/ntucker/anansi/commit/8665ff049487f3af648ce14dc26fb57164d55cf6))
|
|
481
362
|
|
|
482
|
-
|
|
483
|
-
|
|
484
363
|
### [11.1.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.1.2...@anansi/webpack-config@11.1.3) (2022-02-07)
|
|
485
364
|
|
|
486
|
-
|
|
487
365
|
### 🐛 Bug Fix
|
|
488
366
|
|
|
489
367
|
* Fixed output name does not work with runtime entry ([3ab8c2f](https://github.com/ntucker/anansi/commit/3ab8c2f4f4a94374c0c6e3225127fd5a08bc8e0e))
|
|
490
368
|
|
|
491
|
-
|
|
492
|
-
|
|
493
369
|
### [11.1.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.1.1...@anansi/webpack-config@11.1.2) (2022-02-07)
|
|
494
370
|
|
|
495
|
-
|
|
496
371
|
### 🐛 Bug Fix
|
|
497
372
|
|
|
498
373
|
* devmode file override ([cbb553d](https://github.com/ntucker/anansi/commit/cbb553d211f77b4836cbc534301e86bb2f455c61))
|
|
499
374
|
* Fix https cert path ([87160db](https://github.com/ntucker/anansi/commit/87160dbcb4afbd3f4f0a3ee8ee49889298305dd1))
|
|
500
375
|
|
|
501
|
-
|
|
502
|
-
|
|
503
376
|
### [11.1.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.1.0...@anansi/webpack-config@11.1.1) (2022-02-06)
|
|
504
377
|
|
|
505
|
-
|
|
506
378
|
### 💅 Enhancement
|
|
507
379
|
|
|
508
380
|
* No longer use deprecated onBeforeSetupMiddleware ([76c630e](https://github.com/ntucker/anansi/commit/76c630e75e94b3cd76b654a58c854ae7994a243f))
|
|
509
381
|
* Use http2 when SSL is enabled ([eef2053](https://github.com/ntucker/anansi/commit/eef20534eb01be2215f54463d4ae89f6f17d19f9))
|
|
510
382
|
|
|
511
|
-
|
|
512
383
|
### 🐛 Bug Fix
|
|
513
384
|
|
|
514
385
|
* Still allow globalStyleDir when sass is disabled ([35ef93e](https://github.com/ntucker/anansi/commit/35ef93e03bad7891a21ac6b047143686b655e965))
|
|
515
386
|
|
|
516
|
-
|
|
517
|
-
|
|
518
387
|
## [11.1.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@11.0.0...@anansi/webpack-config@11.1.0) (2022-02-06)
|
|
519
388
|
|
|
520
|
-
|
|
521
389
|
### ⚠ 💥 BREAKING CHANGES
|
|
522
390
|
|
|
523
391
|
* Importing scss file requires including the file
|
|
@@ -528,23 +396,18 @@ extension
|
|
|
528
396
|
* Add sassOptions ([#1373](https://github.com/ntucker/anansi/issues/1373)) ([5dd7e5d](https://github.com/ntucker/anansi/commit/5dd7e5d23c06deae9f661f7e2501524e4a93e20f))
|
|
529
397
|
* dev-server https config via ENV ([#1372](https://github.com/ntucker/anansi/issues/1372)) ([0c528a2](https://github.com/ntucker/anansi/commit/0c528a2f0f3d6205371b4d019486e47d167843c6))
|
|
530
398
|
|
|
531
|
-
|
|
532
399
|
### 💅 Enhancement
|
|
533
400
|
|
|
534
401
|
* Expand webpack dev server header allowances ([3c7fe81](https://github.com/ntucker/anansi/commit/3c7fe818e9646eb17170bae7ae28159a3f980c29))
|
|
535
402
|
* Ignore watching cache directories ([49676e2](https://github.com/ntucker/anansi/commit/49676e2d6b1a3d3889f36ab4fb26b3fb7340da69))
|
|
536
403
|
* Only support TypeScript and default webpack extensions ([#1371](https://github.com/ntucker/anansi/issues/1371)) ([2ca7bd2](https://github.com/ntucker/anansi/commit/2ca7bd2b882914094a9dce036e9e50c0e53b00c9))
|
|
537
404
|
|
|
538
|
-
|
|
539
405
|
### 🐛 Bug Fix
|
|
540
406
|
|
|
541
407
|
* Some cases of hot reloading broke ([86cbf12](https://github.com/ntucker/anansi/commit/86cbf12287722352f08eed5aafcc108272692257))
|
|
542
408
|
|
|
543
|
-
|
|
544
|
-
|
|
545
409
|
## [11.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.9...@anansi/webpack-config@11.0.0) (2022-02-06)
|
|
546
410
|
|
|
547
|
-
|
|
548
411
|
### ⚠ 💥 BREAKING CHANGES
|
|
549
412
|
|
|
550
413
|
* Sass implementation now uses https://github.com/sass/dart-sass
|
|
@@ -553,16 +416,12 @@ extension
|
|
|
553
416
|
|
|
554
417
|
* Storybook integration (after threadloader update) ([8fd07cd](https://github.com/ntucker/anansi/commit/8fd07cd24be7fafce3dd2f0c04587e173a437073))
|
|
555
418
|
|
|
556
|
-
|
|
557
419
|
### 📦 Package
|
|
558
420
|
|
|
559
421
|
* Switch from node-sass to dart-sass ([31717cd](https://github.com/ntucker/anansi/commit/31717cd49c128013765286f229b3fe07205f2fbc))
|
|
560
422
|
|
|
561
|
-
|
|
562
|
-
|
|
563
423
|
### [10.0.9](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.8...@anansi/webpack-config@10.0.9) (2022-02-06)
|
|
564
424
|
|
|
565
|
-
|
|
566
425
|
### 💅 Enhancement
|
|
567
426
|
|
|
568
427
|
* Don't hash files in development ([5c7fea7](https://github.com/ntucker/anansi/commit/5c7fea7a60beb0c5ef6fa69418d9a61de1046cc4))
|
|
@@ -572,60 +431,40 @@ extension
|
|
|
572
431
|
* Remove pathinfo in dev mode to reduce GC pressure ([1162713](https://github.com/ntucker/anansi/commit/11627132f4b3e02163e25a3dda3165e254f3fbe7))
|
|
573
432
|
* Speed up incrmeental builds ([86f4c34](https://github.com/ntucker/anansi/commit/86f4c34763f2a7d443da4f7a66b656fd1852f7ed))
|
|
574
433
|
|
|
575
|
-
|
|
576
|
-
|
|
577
434
|
### [10.0.8](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.7...@anansi/webpack-config@10.0.8) (2022-02-05)
|
|
578
435
|
|
|
579
|
-
|
|
580
436
|
### 🐛 Bug Fix
|
|
581
437
|
|
|
582
438
|
* Include error overlay so newer buggy version isn't used ([c372399](https://github.com/ntucker/anansi/commit/c37239911d6618b4ea386956fa754a412012370e))
|
|
583
439
|
|
|
584
|
-
|
|
585
440
|
### 📦 Package
|
|
586
441
|
|
|
587
442
|
* bump postcss-preset-env from 7.3.0 to 7.3.1 ([#1367](https://github.com/ntucker/anansi/issues/1367)) ([b629e08](https://github.com/ntucker/anansi/commit/b629e083faa4618086c8efd746cb05509782ba17))
|
|
588
443
|
|
|
589
|
-
|
|
590
|
-
|
|
591
444
|
### [10.0.7](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.6...@anansi/webpack-config@10.0.7) (2022-02-03)
|
|
592
445
|
|
|
593
446
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
594
447
|
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
448
|
### [10.0.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.5...@anansi/webpack-config@10.0.6) (2022-02-03)
|
|
600
449
|
|
|
601
|
-
|
|
602
450
|
### 🐛 Bug Fix
|
|
603
451
|
|
|
604
452
|
* Compile error overlay dismiss when hot reload previously already occured ([ab34089](https://github.com/ntucker/anansi/commit/ab340894e5405abebc962587b9470c60928cf2c2))
|
|
605
453
|
|
|
606
|
-
|
|
607
454
|
### 📦 Package
|
|
608
455
|
|
|
609
456
|
* bump css-loader from 6.5.1 to 6.6.0 ([#1363](https://github.com/ntucker/anansi/issues/1363)) ([7ad4e24](https://github.com/ntucker/anansi/commit/7ad4e24c7beef888bb26a1ed67cf070717a72575))
|
|
610
457
|
|
|
611
|
-
|
|
612
|
-
|
|
613
458
|
### [10.0.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.4...@anansi/webpack-config@10.0.5) (2022-02-03)
|
|
614
459
|
|
|
615
460
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
616
461
|
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
462
|
### [10.0.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.3...@anansi/webpack-config@10.0.4) (2022-02-02)
|
|
622
463
|
|
|
623
|
-
|
|
624
464
|
### 🐛 Bug Fix
|
|
625
465
|
|
|
626
466
|
* Fixed compiler errors should dismiss overlay ([7a07b80](https://github.com/ntucker/anansi/commit/7a07b80997b31d0394c03b96b4575d6e4c4596d8))
|
|
627
467
|
|
|
628
|
-
|
|
629
468
|
### 📦 Package
|
|
630
469
|
|
|
631
470
|
* bump @svgr/webpack from 6.2.0 to 6.2.1 ([#1349](https://github.com/ntucker/anansi/issues/1349)) ([de0c01d](https://github.com/ntucker/anansi/commit/de0c01dd0f1d689ebfe1fcec594d518b5a6a564c))
|
|
@@ -635,21 +474,15 @@ extension
|
|
|
635
474
|
* bump terser-webpack-plugin from 5.3.0 to 5.3.1 ([#1350](https://github.com/ntucker/anansi/issues/1350)) ([525a3a8](https://github.com/ntucker/anansi/commit/525a3a864dd3d16a9f316fadf9a57df4ec5ab547))
|
|
636
475
|
* bump webpack-remove-empty-scripts from 0.7.2 to 0.7.3 ([#1347](https://github.com/ntucker/anansi/issues/1347)) ([f4ca92d](https://github.com/ntucker/anansi/commit/f4ca92df6e8c27737b218de3439026f3b924345a))
|
|
637
476
|
|
|
638
|
-
|
|
639
|
-
|
|
640
477
|
### [10.0.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.2...@anansi/webpack-config@10.0.3) (2022-01-28)
|
|
641
478
|
|
|
642
|
-
|
|
643
479
|
### 📦 Package
|
|
644
480
|
|
|
645
481
|
* bump markdown-loader from 6.0.0 to 8.0.0 ([#1330](https://github.com/ntucker/anansi/issues/1330)) ([bbc4f95](https://github.com/ntucker/anansi/commit/bbc4f955fb18878d1792cd879f8e4ad10dfc582a))
|
|
646
482
|
* bump mini-css-extract-plugin from 2.5.2 to 2.5.3 ([#1318](https://github.com/ntucker/anansi/issues/1318)) ([ebbd190](https://github.com/ntucker/anansi/commit/ebbd190cf16934f6241b772b98790d568a213a87))
|
|
647
483
|
|
|
648
|
-
|
|
649
|
-
|
|
650
484
|
### [10.0.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.1...@anansi/webpack-config@10.0.2) (2022-01-21)
|
|
651
485
|
|
|
652
|
-
|
|
653
486
|
### 📦 Package
|
|
654
487
|
|
|
655
488
|
* bump core-js from 3.20.2 to 3.20.3 ([#1280](https://github.com/ntucker/anansi/issues/1280)) ([31e90e5](https://github.com/ntucker/anansi/commit/31e90e5e5902a3dd1ae177219e54a9c8c97d7e7d))
|
|
@@ -660,11 +493,8 @@ extension
|
|
|
660
493
|
* bump ramda from 0.27.2 to 0.28.0 ([#1291](https://github.com/ntucker/anansi/issues/1291)) ([ea99455](https://github.com/ntucker/anansi/commit/ea99455ab0df2bc76454d32071f5d22216113ddb))
|
|
661
494
|
* mini-css-extract-plugin, ts-jest, rollup ([#1277](https://github.com/ntucker/anansi/issues/1277)) ([264419a](https://github.com/ntucker/anansi/commit/264419aa034985a17e8bacfaa9ca87c57102a087))
|
|
662
495
|
|
|
663
|
-
|
|
664
|
-
|
|
665
496
|
### [10.0.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@10.0.0...@anansi/webpack-config@10.0.1) (2022-01-12)
|
|
666
497
|
|
|
667
|
-
|
|
668
498
|
### 📦 Package
|
|
669
499
|
|
|
670
500
|
* bump @svgr/webpack from 6.1.2 to 6.2.0 ([#1257](https://github.com/ntucker/anansi/issues/1257)) ([d9ce524](https://github.com/ntucker/anansi/commit/d9ce5247dee4e4406000af4641fdbac6ab540fb8))
|
|
@@ -673,11 +503,8 @@ extension
|
|
|
673
503
|
* bump mini-css-extract-plugin from 2.4.5 to 2.4.6 ([#1244](https://github.com/ntucker/anansi/issues/1244)) ([97e7a86](https://github.com/ntucker/anansi/commit/97e7a86804ccb19aa5c299a95e59e83589ffbd5e))
|
|
674
504
|
* bump ramda from 0.27.1 to 0.27.2 ([#1263](https://github.com/ntucker/anansi/issues/1263)) ([acb7d00](https://github.com/ntucker/anansi/commit/acb7d0082f1525e467737ebaaed72bd5566f6efe))
|
|
675
505
|
|
|
676
|
-
|
|
677
|
-
|
|
678
506
|
## [10.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.3.0...@anansi/webpack-config@10.0.0) (2022-01-06)
|
|
679
507
|
|
|
680
|
-
|
|
681
508
|
### ⚠ 💥 BREAKING CHANGES
|
|
682
509
|
|
|
683
510
|
* svgr uses SVGO 2 config
|
|
@@ -692,12 +519,10 @@ Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 5.5.0 to 6.1.2.
|
|
|
692
519
|
* Improve prod scss extraction ([5b1aee6](https://github.com/ntucker/anansi/commit/5b1aee64df0a7ec8d85197e4da4563aef7d495cf))
|
|
693
520
|
* Use fallback instead of alias for node polyfills ([1c4424c](https://github.com/ntucker/anansi/commit/1c4424c06a13e430e4e31b00a67aed91c4984c97))
|
|
694
521
|
|
|
695
|
-
|
|
696
522
|
### 🐛 Bug Fix
|
|
697
523
|
|
|
698
524
|
* fast refresh stops on needed bail outs ([#1240](https://github.com/ntucker/anansi/issues/1240)) ([864f2ff](https://github.com/ntucker/anansi/commit/864f2ff397ffab3450a83407c1d449abae26e72e))
|
|
699
525
|
|
|
700
|
-
|
|
701
526
|
### 📦 Package
|
|
702
527
|
|
|
703
528
|
* @linaria/webpack-loader fixed to beta.14 until it is fixed ([a45720c](https://github.com/ntucker/anansi/commit/a45720c30d2e9be1fa829703b901da14c6fc48cb))
|
|
@@ -717,16 +542,12 @@ Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 5.5.0 to 6.1.2.
|
|
|
717
542
|
* bump react-dev-utils from 11.0.4 to 12.0.0 ([#1162](https://github.com/ntucker/anansi/issues/1162)) ([3179b63](https://github.com/ntucker/anansi/commit/3179b6348c28eb8d28671075579078bb9c4952e1))
|
|
718
543
|
* linaria to 3-beta.17 ([#1159](https://github.com/ntucker/anansi/issues/1159)) ([c808566](https://github.com/ntucker/anansi/commit/c808566061dd004cf74c1fcda028a6d06e143538))
|
|
719
544
|
|
|
720
|
-
|
|
721
|
-
|
|
722
545
|
## [9.3.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.2.0...@anansi/webpack-config@9.3.0) (2021-12-19)
|
|
723
546
|
|
|
724
|
-
|
|
725
547
|
### 🚀 Features
|
|
726
548
|
|
|
727
549
|
* Storybook 6.4 compatibility ([#1158](https://github.com/ntucker/anansi/issues/1158)) ([dda4247](https://github.com/ntucker/anansi/commit/dda42471bfe43f9511a868f17a7eb594e3180c08))
|
|
728
550
|
|
|
729
|
-
|
|
730
551
|
### 📦 Package
|
|
731
552
|
|
|
732
553
|
* bump css-minimizer-webpack-plugin from 3.1.4 to 3.2.0 ([#1120](https://github.com/ntucker/anansi/issues/1120)) ([147e874](https://github.com/ntucker/anansi/commit/147e87451cdd28c7a2e5d643451af0751a8c3638))
|
|
@@ -735,21 +556,16 @@ Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 5.5.0 to 6.1.2.
|
|
|
735
556
|
* bump postcss-loader from 6.2.0 to 6.2.1 ([#1128](https://github.com/ntucker/anansi/issues/1128)) ([987ed55](https://github.com/ntucker/anansi/commit/987ed55d6a44e42b53515a98518a40b783e53803))
|
|
736
557
|
* css-minimizer-webpack-plugin, sass-loader ([7c3c154](https://github.com/ntucker/anansi/commit/7c3c1549b6c1743deef1e43c1690cb2804617c30))
|
|
737
558
|
|
|
738
|
-
|
|
739
|
-
|
|
740
559
|
## [9.2.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.1.3...@anansi/webpack-config@9.2.0) (2021-11-21)
|
|
741
560
|
|
|
742
|
-
|
|
743
561
|
### 🚀 Features
|
|
744
562
|
|
|
745
563
|
* Use CrittersPlugin again ([757e38c](https://github.com/ntucker/anansi/commit/757e38c989f6692313239ee42df32ae81d4566db))
|
|
746
564
|
|
|
747
|
-
|
|
748
565
|
### 🐛 Bug Fix
|
|
749
566
|
|
|
750
567
|
* Prod build css; class properties for modern targets ([637a405](https://github.com/ntucker/anansi/commit/637a405986e2e68a9269278e2c69f227f9096db5))
|
|
751
568
|
|
|
752
|
-
|
|
753
569
|
### 📦 Package
|
|
754
570
|
|
|
755
571
|
* bump @babel/runtime from 7.15.4 to 7.16.0 ([#1044](https://github.com/ntucker/anansi/issues/1044)) ([7e4e3cd](https://github.com/ntucker/anansi/commit/7e4e3cdcc8896c5c6cf86fe83017d386b3d3d41a))
|
|
@@ -776,38 +592,26 @@ Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 5.5.0 to 6.1.2.
|
|
|
776
592
|
* bump svgo from 2.7.0 to 2.8.0 ([#1065](https://github.com/ntucker/anansi/issues/1065)) ([ecae554](https://github.com/ntucker/anansi/commit/ecae554ab7fc0ffe8f10a331d6b960838c92129d))
|
|
777
593
|
* bump tsconfig-paths-webpack-plugin from 3.5.1 to 3.5.2 ([#1093](https://github.com/ntucker/anansi/issues/1093)) ([07b57a8](https://github.com/ntucker/anansi/commit/07b57a83ee5c02dce5033b0e2695c31603e4343d))
|
|
778
594
|
|
|
779
|
-
|
|
780
|
-
|
|
781
595
|
### [9.1.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.1.2...@anansi/webpack-config@9.1.3) (2021-10-19)
|
|
782
596
|
|
|
783
597
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
784
598
|
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
599
|
### [9.1.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.1.1...@anansi/webpack-config@9.1.2) (2021-10-18)
|
|
790
600
|
|
|
791
|
-
|
|
792
601
|
### 🐛 Bug Fix
|
|
793
602
|
|
|
794
603
|
* Resolve buffer package ([5521dc6](https://github.com/ntucker/anansi/commit/5521dc66503b1ef69ba39cd22519e5a8a5296b95))
|
|
795
604
|
|
|
796
|
-
|
|
797
605
|
### 📦 Package
|
|
798
606
|
|
|
799
607
|
* bump html-webpack-plugin from 5.3.2 to 5.4.0 ([#998](https://github.com/ntucker/anansi/issues/998)) ([7891a0a](https://github.com/ntucker/anansi/commit/7891a0a569e90a42051a2e7fee908da896b70552))
|
|
800
608
|
|
|
801
|
-
|
|
802
|
-
|
|
803
609
|
### [9.1.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.1.0...@anansi/webpack-config@9.1.1) (2021-10-14)
|
|
804
610
|
|
|
805
|
-
|
|
806
611
|
### 🐛 Bug Fix
|
|
807
612
|
|
|
808
613
|
* Worker modules should follow nohash name rules ([53d17ff](https://github.com/ntucker/anansi/commit/53d17ffde35f13c406f24890478f0272a5dd0502))
|
|
809
614
|
|
|
810
|
-
|
|
811
615
|
### 📦 Package
|
|
812
616
|
|
|
813
617
|
* bump autoprefixer from 10.3.4 to 10.3.5 ([#896](https://github.com/ntucker/anansi/issues/896)) ([9ddc17c](https://github.com/ntucker/anansi/commit/9ddc17c13f19d2065f083c5382a404d6c99e16f2))
|
|
@@ -829,16 +633,12 @@ Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 5.5.0 to 6.1.2.
|
|
|
829
633
|
* bump svgo from 2.6.1 to 2.7.0 ([#897](https://github.com/ntucker/anansi/issues/897)) ([ddad4ef](https://github.com/ntucker/anansi/commit/ddad4ef3f17e7f880c6445b997c484a417aac465))
|
|
830
634
|
* bump webpack-bundle-analyzer from 4.4.2 to 4.5.0 ([#977](https://github.com/ntucker/anansi/issues/977)) ([b795b66](https://github.com/ntucker/anansi/commit/b795b66a7f42e2804f9fa56de758b752db9c53fc))
|
|
831
635
|
|
|
832
|
-
|
|
833
|
-
|
|
834
636
|
## [9.1.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.0.7...@anansi/webpack-config@9.1.0) (2021-09-17)
|
|
835
637
|
|
|
836
|
-
|
|
837
638
|
### 🚀 Features
|
|
838
639
|
|
|
839
640
|
* Add WEBPACK_NO_CACHE env & vary cache for storybook ([8d69ede](https://github.com/ntucker/anansi/commit/8d69ede556ef9e382cb1a69a1ee6da57febd1354))
|
|
840
641
|
|
|
841
|
-
|
|
842
642
|
### 💅 Enhancement
|
|
843
643
|
|
|
844
644
|
* Don't compile linaria-cache ([1d578f5](https://github.com/ntucker/anansi/commit/1d578f5556a1427f64c5797ed134ffb99b344123))
|
|
@@ -846,28 +646,21 @@ Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 5.5.0 to 6.1.2.
|
|
|
846
646
|
* Use 'oneOf' for loader rules ([bcd7f2d](https://github.com/ntucker/anansi/commit/bcd7f2d60852a658cfd9f4845d067cb218c8c3ac))
|
|
847
647
|
* Vary cache by hot reload env ([71f98d9](https://github.com/ntucker/anansi/commit/71f98d96e048b7198a1e1e2d1c1e79acfff7a366))
|
|
848
648
|
|
|
849
|
-
|
|
850
649
|
### 📦 Package
|
|
851
650
|
|
|
852
651
|
* bump @pmmmwh/react-refresh-webpack-plugin from 0.5.0 to 0.5.1 ([#874](https://github.com/ntucker/anansi/issues/874)) ([68e3e5d](https://github.com/ntucker/anansi/commit/68e3e5dd3093c1a35e291a9b3d89e6ea7c19e5df))
|
|
853
652
|
* bump svgo from 2.6.0 to 2.6.1 ([#875](https://github.com/ntucker/anansi/issues/875)) ([2b13cc7](https://github.com/ntucker/anansi/commit/2b13cc7a6e16a8672295ce281be3d9e849518bf8))
|
|
854
653
|
|
|
855
|
-
|
|
856
|
-
|
|
857
654
|
### [9.0.7](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.0.6...@anansi/webpack-config@9.0.7) (2021-09-15)
|
|
858
655
|
|
|
859
|
-
|
|
860
656
|
### 📦 Package
|
|
861
657
|
|
|
862
658
|
* @pmmmwh/react-refresh-webpack-plugin 0.5.0 final ([379854c](https://github.com/ntucker/anansi/commit/379854cc360250b7138b2a328e724ee7ed9421d7))
|
|
863
659
|
* bump @linaria/webpack-loader from 3.0.0-beta.12 to 3.0.0-beta.13 ([#866](https://github.com/ntucker/anansi/issues/866)) ([9293c7d](https://github.com/ntucker/anansi/commit/9293c7da88c68cf2cf4836b8390778754643c524))
|
|
864
660
|
* bump svgo from 2.5.0 to 2.6.0 ([#862](https://github.com/ntucker/anansi/issues/862)) ([2f296f7](https://github.com/ntucker/anansi/commit/2f296f74197809e57c0cec1457cc06a0b47f5361))
|
|
865
661
|
|
|
866
|
-
|
|
867
|
-
|
|
868
662
|
### [9.0.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.0.5...@anansi/webpack-config@9.0.6) (2021-09-11)
|
|
869
663
|
|
|
870
|
-
|
|
871
664
|
### 📦 Package
|
|
872
665
|
|
|
873
666
|
* bump @babel/runtime from 7.15.3 to 7.15.4 ([#827](https://github.com/ntucker/anansi/issues/827)) ([2ab26b4](https://github.com/ntucker/anansi/commit/2ab26b40eef66b8c9a0c673ff4c0f9703a96a793))
|
|
@@ -875,26 +668,19 @@ Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 5.5.0 to 6.1.2.
|
|
|
875
668
|
* bump core-js from 3.17.2 to 3.17.3 ([#850](https://github.com/ntucker/anansi/issues/850)) ([e629c60](https://github.com/ntucker/anansi/commit/e629c6065600283574f16eb26bcdb25aea140dff))
|
|
876
669
|
* mini-css-extract-plugin 2.3 ([9cb2808](https://github.com/ntucker/anansi/commit/9cb28088c4392f546b0a2a70aded3a5c4c74417e))
|
|
877
670
|
|
|
878
|
-
|
|
879
|
-
|
|
880
671
|
### [9.0.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.0.4...@anansi/webpack-config@9.0.5) (2021-09-03)
|
|
881
672
|
|
|
882
|
-
|
|
883
673
|
### 📦 Package
|
|
884
674
|
|
|
885
675
|
* bump core-js from 3.17.1 to 3.17.2 ([#815](https://github.com/ntucker/anansi/issues/815)) ([3d2caa4](https://github.com/ntucker/anansi/commit/3d2caa407bdd707ff932f02312cf858ca623a78d))
|
|
886
676
|
* bump terser-webpack-plugin from 5.2.1 to 5.2.2 ([#811](https://github.com/ntucker/anansi/issues/811)) ([582bf01](https://github.com/ntucker/anansi/commit/582bf01d1c378a22564116edfe3abbdb03cfe6b4))
|
|
887
677
|
|
|
888
|
-
|
|
889
|
-
|
|
890
678
|
### [9.0.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.0.3...@anansi/webpack-config@9.0.4) (2021-09-02)
|
|
891
679
|
|
|
892
|
-
|
|
893
680
|
### 💅 Enhancement
|
|
894
681
|
|
|
895
682
|
* Adding webpack HMR is redundant with current cli ([41b858d](https://github.com/ntucker/anansi/commit/41b858d0058ba940a727382087058765c5624930))
|
|
896
683
|
|
|
897
|
-
|
|
898
684
|
### 📦 Package
|
|
899
685
|
|
|
900
686
|
* bump clean-webpack-plugin from 4.0.0-alpha.0 to 4.0.0 ([#807](https://github.com/ntucker/anansi/issues/807)) ([2e8cfbd](https://github.com/ntucker/anansi/commit/2e8cfbd61f9b8278d4c9f58347a8d7f6ff077b6a))
|
|
@@ -902,11 +688,8 @@ Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 5.5.0 to 6.1.2.
|
|
|
902
688
|
* bump mini-css-extract-plugin from 2.2.1 to 2.2.2 ([#806](https://github.com/ntucker/anansi/issues/806)) ([ae60a57](https://github.com/ntucker/anansi/commit/ae60a57e8c76b695f0777585aae4899e873ff581))
|
|
903
689
|
* terser-webpack, webpack patch ([6d2f900](https://github.com/ntucker/anansi/commit/6d2f900a8a58dec17f2fc1b8552fb1cc1882559f))
|
|
904
690
|
|
|
905
|
-
|
|
906
|
-
|
|
907
691
|
### [9.0.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.0.2...@anansi/webpack-config@9.0.3) (2021-09-01)
|
|
908
692
|
|
|
909
|
-
|
|
910
693
|
### 📦 Package
|
|
911
694
|
|
|
912
695
|
* bump @linaria/webpack-loader from 3.0.0-beta.7 to 3.0.0-beta.12 ([#804](https://github.com/ntucker/anansi/issues/804)) ([fd05cc8](https://github.com/ntucker/anansi/commit/fd05cc8e9104a1d9efad22e3cb505c31343c933b))
|
|
@@ -914,37 +697,27 @@ Bumps [@svgr/webpack](https://github.com/gregberge/svgr) from 5.5.0 to 6.1.2.
|
|
|
914
697
|
* bump mini-css-extract-plugin from 2.2.0 to 2.2.1 ([#802](https://github.com/ntucker/anansi/issues/802)) ([d4b79b2](https://github.com/ntucker/anansi/commit/d4b79b20300e4f51eec6bafc06e08f4ad59832ad))
|
|
915
698
|
* bump svgo from 2.4.0 to 2.5.0 ([#795](https://github.com/ntucker/anansi/issues/795)) ([adbb8a4](https://github.com/ntucker/anansi/commit/adbb8a4f41da95d6653ee23c0ce19d7f650ecb76))
|
|
916
699
|
|
|
917
|
-
|
|
918
|
-
|
|
919
700
|
### [9.0.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.0.1...@anansi/webpack-config@9.0.2) (2021-08-31)
|
|
920
701
|
|
|
921
|
-
|
|
922
702
|
### 📦 Package
|
|
923
703
|
|
|
924
704
|
* @pmmmwh/react-refresh-webpack-plugin ([2fb8ac1](https://github.com/ntucker/anansi/commit/2fb8ac1e0ef7b62ba31acc222fe7b9d485fb46ae))
|
|
925
705
|
* bump autoprefixer from 10.3.2 to 10.3.3 ([#784](https://github.com/ntucker/anansi/issues/784)) ([b2f5a57](https://github.com/ntucker/anansi/commit/b2f5a57130e0966b2096c20916de422b111cb73a))
|
|
926
706
|
* bump core-js from 3.16.2 to 3.16.3 ([#776](https://github.com/ntucker/anansi/issues/776)) ([0acf43a](https://github.com/ntucker/anansi/commit/0acf43a582fafd22024b04687433c257729101f5))
|
|
927
707
|
|
|
928
|
-
|
|
929
|
-
|
|
930
708
|
### [9.0.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@9.0.0...@anansi/webpack-config@9.0.1) (2021-08-24)
|
|
931
709
|
|
|
932
|
-
|
|
933
710
|
### 🐛 Bug Fix
|
|
934
711
|
|
|
935
712
|
* build-storybook no longer deletes storybook manager ui ([c8b633c](https://github.com/ntucker/anansi/commit/c8b633c0d9cecade53e2f4ea34dddea2a8a7c493))
|
|
936
713
|
|
|
937
|
-
|
|
938
714
|
### 📦 Package
|
|
939
715
|
|
|
940
716
|
* bump @pmmmwh/react-refresh-webpack-plugin ([#763](https://github.com/ntucker/anansi/issues/763)) ([e12b751](https://github.com/ntucker/anansi/commit/e12b7511b24442c2371c794a9b58247978dfcae6))
|
|
941
717
|
* bump autoprefixer from 10.3.1 to 10.3.2 ([#764](https://github.com/ntucker/anansi/issues/764)) ([258705e](https://github.com/ntucker/anansi/commit/258705edee3c15d82d5ce38f2eb8ba24d4601ead))
|
|
942
718
|
|
|
943
|
-
|
|
944
|
-
|
|
945
719
|
## [9.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@8.0.4...@anansi/webpack-config@9.0.0) (2021-08-21)
|
|
946
720
|
|
|
947
|
-
|
|
948
721
|
### ⚠ 💥 BREAKING CHANGES
|
|
949
722
|
|
|
950
723
|
* Requires webpack-dev-server >=4
|
|
@@ -960,10 +733,7 @@ Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3
|
|
|
960
733
|
* bump core-js from 3.16.1 to 3.16.2 ([#749](https://github.com/ntucker/anansi/issues/749)) ([572e776](https://github.com/ntucker/anansi/commit/572e77642408f2aaf761f89117dc4a162360c5ae))
|
|
961
734
|
* bump webpack-dev-server from 3.11.2 to 4.0.0 ([#754](https://github.com/ntucker/anansi/issues/754)) ([7f68b5d](https://github.com/ntucker/anansi/commit/7f68b5dc8466b04c5c3f13a1f32dd2660e09546c))
|
|
962
735
|
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
### [8.0.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@8.0.3...@anansi/webpack-config@8.0.4) (2021-08-16)
|
|
966
|
-
|
|
736
|
+
### [8.0.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@8.0.3...@anansi/webpack-config@8.0.4) (2021-08-16)
|
|
967
737
|
|
|
968
738
|
### 📦 Package
|
|
969
739
|
|
|
@@ -972,11 +742,8 @@ Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3
|
|
|
972
742
|
* bump core-js from 3.16.0 to 3.16.1 ([#714](https://github.com/ntucker/anansi/issues/714)) ([74b5df0](https://github.com/ntucker/anansi/commit/74b5df0947ba4756972c62db86d6b2ce2dbaf8ec))
|
|
973
743
|
* bump svgo from 2.3.1 to 2.4.0 ([#742](https://github.com/ntucker/anansi/issues/742)) ([e7176f8](https://github.com/ntucker/anansi/commit/e7176f884c37aeb406438a63c8b0f7aad6e7617a))
|
|
974
744
|
|
|
975
|
-
|
|
976
|
-
|
|
977
745
|
### [8.0.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@8.0.2...@anansi/webpack-config@8.0.3) (2021-08-05)
|
|
978
746
|
|
|
979
|
-
|
|
980
747
|
### 📦 Package
|
|
981
748
|
|
|
982
749
|
* bump core-js from 3.15.2 to 3.16.0 ([#683](https://github.com/ntucker/anansi/issues/683)) ([974f93f](https://github.com/ntucker/anansi/commit/974f93f0169ad194d244da3b0e34fb510d676595))
|
|
@@ -985,35 +752,25 @@ Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3
|
|
|
985
752
|
* rollup, @types/node, domain-browser ([#676](https://github.com/ntucker/anansi/issues/676)) ([46325f2](https://github.com/ntucker/anansi/commit/46325f2b91405378da0b2f259456b37e80b51436))
|
|
986
753
|
* sass-resources-loader ([ee5fb74](https://github.com/ntucker/anansi/commit/ee5fb74ede993ac7bec3217797aedddcb810980b))
|
|
987
754
|
|
|
988
|
-
|
|
989
|
-
|
|
990
755
|
### [8.0.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@8.0.1...@anansi/webpack-config@8.0.2) (2021-07-28)
|
|
991
756
|
|
|
992
|
-
|
|
993
757
|
### 🐛 Bug Fix
|
|
994
758
|
|
|
995
759
|
* Don't crash if terserOptions is not specified ([d86d2a6](https://github.com/ntucker/anansi/commit/d86d2a6bc0967fc98b138e353f80c31c8633aa16))
|
|
996
760
|
|
|
997
|
-
|
|
998
|
-
|
|
999
761
|
### [8.0.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@8.0.0...@anansi/webpack-config@8.0.1) (2021-07-28)
|
|
1000
762
|
|
|
1001
|
-
|
|
1002
763
|
### 🐛 Bug Fix
|
|
1003
764
|
|
|
1004
765
|
* Allow keep_classnames, keep_fnames overrides ([9ff303f](https://github.com/ntucker/anansi/commit/9ff303f259c0f5560cd7cb6753719042fb154427))
|
|
1005
766
|
|
|
1006
|
-
|
|
1007
767
|
### 📦 Package
|
|
1008
768
|
|
|
1009
769
|
* @types/node, domain-browser, mem-fs-editor ([#672](https://github.com/ntucker/anansi/issues/672)) ([fcf453a](https://github.com/ntucker/anansi/commit/fcf453af038180e5f899dda9f79a0ce217b1823a))
|
|
1010
770
|
* rollup, postcss, ts-jest ([#642](https://github.com/ntucker/anansi/issues/642)) ([35937e1](https://github.com/ntucker/anansi/commit/35937e127ebbe8c40a18e4391deb2d147157a67c))
|
|
1011
771
|
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
772
|
## [8.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.4.6...@anansi/webpack-config@8.0.0) (2021-07-20)
|
|
1015
773
|
|
|
1016
|
-
|
|
1017
774
|
### ⚠ 💥 BREAKING CHANGES
|
|
1018
775
|
|
|
1019
776
|
* cssModuleOptions should conform to https://github.com/webpack-contrib/css-loader/releases/tag/v6.0.0
|
|
@@ -1029,36 +786,26 @@ Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to
|
|
|
1029
786
|
* bump css-loader from 5.2.7 to 6.0.0 ([#620](https://github.com/ntucker/anansi/issues/620)) ([72b3057](https://github.com/ntucker/anansi/commit/72b305767e8b978c2a69869821c6dec95dc10e59))
|
|
1030
787
|
* bump css-loader from 6.0.0 to 6.2.0 ([#636](https://github.com/ntucker/anansi/issues/636)) ([c6dd9ee](https://github.com/ntucker/anansi/commit/c6dd9ee32dde8386c6773de72705144a8b261250))
|
|
1031
788
|
|
|
1032
|
-
|
|
1033
789
|
### 📝 Documentation
|
|
1034
790
|
|
|
1035
791
|
* Add NO_HOT_RELOAD ([f74b897](https://github.com/ntucker/anansi/commit/f74b897de313573b37eb88ba002e0248217d13b1))
|
|
1036
792
|
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
793
|
### [7.4.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.4.5...@anansi/webpack-config@7.4.6) (2021-07-14)
|
|
1040
794
|
|
|
1041
|
-
|
|
1042
795
|
### 📦 Package
|
|
1043
796
|
|
|
1044
797
|
* @pmmmwh/react-refresh-webpack-plugin patch ([dae01c2](https://github.com/ntucker/anansi/commit/dae01c20ce576ff9b49c8e415b7b9bc5a90926b4))
|
|
1045
798
|
* bump autoprefixer from 10.3.0 to 10.3.1 ([#607](https://github.com/ntucker/anansi/issues/607)) ([4282136](https://github.com/ntucker/anansi/commit/428213659628354a322764d8d887aae5253f74cd))
|
|
1046
799
|
* bump css-loader from 5.2.6 to 5.2.7 ([#612](https://github.com/ntucker/anansi/issues/612)) ([32f9327](https://github.com/ntucker/anansi/commit/32f9327bc8d97c9585a2b418fdee87a8ee8f4603))
|
|
1047
800
|
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
801
|
### [7.4.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.4.4...@anansi/webpack-config@7.4.5) (2021-07-12)
|
|
1051
802
|
|
|
1052
|
-
|
|
1053
803
|
### 💅 Enhancement
|
|
1054
804
|
|
|
1055
805
|
* Env options accept true or (string or bool) ([8aaabb8](https://github.com/ntucker/anansi/commit/8aaabb800ff00cfedde3b46a0ffe8cd32ee190e9))
|
|
1056
806
|
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
807
|
### [7.4.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.4.3...@anansi/webpack-config@7.4.4) (2021-07-11)
|
|
1060
808
|
|
|
1061
|
-
|
|
1062
809
|
### 📦 Package
|
|
1063
810
|
|
|
1064
811
|
* autoprefixer, react-refresh-webpack-plugin minor ([e97aa97](https://github.com/ntucker/anansi/commit/e97aa97ea93a60c8923dc7d1fa95185a2f75b0b4))
|
|
@@ -1067,21 +814,15 @@ Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to
|
|
|
1067
814
|
* bump mini-css-extract-plugin from 2.0.0 to 2.1.0 ([#567](https://github.com/ntucker/anansi/issues/567)) ([41de28e](https://github.com/ntucker/anansi/commit/41de28e5567dbd9057e0f42057e89c8f8601d678))
|
|
1068
815
|
* bump postcss-loader from 6.1.0 to 6.1.1 ([#550](https://github.com/ntucker/anansi/issues/550)) ([c3b89a1](https://github.com/ntucker/anansi/commit/c3b89a1ff1bbd79ac221505bd64c7e77f98a83c5))
|
|
1069
816
|
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
817
|
### [7.4.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.4.2...@anansi/webpack-config@7.4.3) (2021-07-01)
|
|
1073
818
|
|
|
1074
|
-
|
|
1075
819
|
### 📦 Package
|
|
1076
820
|
|
|
1077
821
|
* bump core-js from 3.15.1 to 3.15.2 ([#533](https://github.com/ntucker/anansi/issues/533)) ([4a6b4c8](https://github.com/ntucker/anansi/commit/4a6b4c8d9f69e05f10a2fc8f3433290a20b56b82))
|
|
1078
822
|
* bump mini-css-extract-plugin from 1.6.2 to 2.0.0 ([#547](https://github.com/ntucker/anansi/issues/547)) ([c0125dd](https://github.com/ntucker/anansi/commit/c0125dddaaf67a19f3b97e23043f92cd4f7534da))
|
|
1079
823
|
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
824
|
### [7.4.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.4.1...@anansi/webpack-config@7.4.2) (2021-06-29)
|
|
1083
825
|
|
|
1084
|
-
|
|
1085
826
|
### 📦 Package
|
|
1086
827
|
|
|
1087
828
|
* bump css-minimizer-webpack-plugin from 3.0.1 to 3.0.2 ([#524](https://github.com/ntucker/anansi/issues/524)) ([328f991](https://github.com/ntucker/anansi/commit/328f991d9e2c3fb03507a9a87a43d2c147d946f2))
|
|
@@ -1089,32 +830,24 @@ Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to
|
|
|
1089
830
|
* bump svgo from 2.3.0 to 2.3.1 ([#532](https://github.com/ntucker/anansi/issues/532)) ([669471f](https://github.com/ntucker/anansi/commit/669471f9a196232e8bebf4320efd108b793cdeaa))
|
|
1090
831
|
* bump terser-webpack-plugin from 5.1.3 to 5.1.4 ([#522](https://github.com/ntucker/anansi/issues/522)) ([961005a](https://github.com/ntucker/anansi/commit/961005a2f58756c2e20b7e1777b23f39cd748234))
|
|
1091
832
|
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
833
|
### [7.4.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.4.0...@anansi/webpack-config@7.4.1) (2021-06-25)
|
|
1095
834
|
|
|
1096
|
-
|
|
1097
835
|
### 💅 Enhancement
|
|
1098
836
|
|
|
1099
837
|
* Improve babel detection ([#521](https://github.com/ntucker/anansi/issues/521)) ([eb59b70](https://github.com/ntucker/anansi/commit/eb59b700e5649f26da4c9bbd2672046f79d0f8a5))
|
|
1100
838
|
|
|
1101
|
-
|
|
1102
839
|
### 📦 Package
|
|
1103
840
|
|
|
1104
841
|
* bump node-sass from 6.0.0 to 6.0.1 ([#519](https://github.com/ntucker/anansi/issues/519)) ([1c8b8ee](https://github.com/ntucker/anansi/commit/1c8b8eee6b889e9ec46e194a890711dabdbf4d96))
|
|
1105
842
|
* Linaria ([1503c77](https://github.com/ntucker/anansi/commit/1503c7785b2752fe443463b666789a368df5d219))
|
|
1106
843
|
* Storybook 6.3 ([#516](https://github.com/ntucker/anansi/issues/516)) ([162cefa](https://github.com/ntucker/anansi/commit/162cefa4b098784a1f68709576efa3f34a056d1b))
|
|
1107
844
|
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
845
|
## [7.4.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.3.0...@anansi/webpack-config@7.4.0) (2021-06-23)
|
|
1111
846
|
|
|
1112
|
-
|
|
1113
847
|
### 🚀 Features
|
|
1114
848
|
|
|
1115
849
|
* Users can choose svgo and node-sass version by installing it themselves ([63344a1](https://github.com/ntucker/anansi/commit/63344a195eefbf472827dd661768f7cb5ede9b55))
|
|
1116
850
|
|
|
1117
|
-
|
|
1118
851
|
### 📦 Package
|
|
1119
852
|
|
|
1120
853
|
* bump core-js from 3.14.0 to 3.15.0 ([#500](https://github.com/ntucker/anansi/issues/500)) ([d64f458](https://github.com/ntucker/anansi/commit/d64f458c446f4334a8c00e68c7eab3ac051e907c))
|
|
@@ -1122,16 +855,12 @@ Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to
|
|
|
1122
855
|
* bump html-webpack-plugin from 5.3.1 to 5.3.2 ([#503](https://github.com/ntucker/anansi/issues/503)) ([1e53f55](https://github.com/ntucker/anansi/commit/1e53f55da95c6e203732d4235803edf1a06d0604))
|
|
1123
856
|
* bump sass-resources-loader from 2.2.2 to 2.2.3 ([#506](https://github.com/ntucker/anansi/issues/506)) ([f0b772a](https://github.com/ntucker/anansi/commit/f0b772a62d2fecb824092413df0a7d62a90ed3d8))
|
|
1124
857
|
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
858
|
## [7.3.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.2.2...@anansi/webpack-config@7.3.0) (2021-06-19)
|
|
1128
859
|
|
|
1129
|
-
|
|
1130
860
|
### 🚀 Features
|
|
1131
861
|
|
|
1132
862
|
* Add terserOptions ([4feea82](https://github.com/ntucker/anansi/commit/4feea8263314e8a4fde6e9aeb0970b68a7f20c07))
|
|
1133
863
|
|
|
1134
|
-
|
|
1135
864
|
### 📦 Package
|
|
1136
865
|
|
|
1137
866
|
* bump @babel/runtime from 7.14.5 to 7.14.6 ([#474](https://github.com/ntucker/anansi/issues/474)) ([52c95e0](https://github.com/ntucker/anansi/commit/52c95e0f00e3f252087f6d0a0684adfba556a38e))
|
|
@@ -1139,204 +868,143 @@ Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to
|
|
|
1139
868
|
* bump postcss from 8.3.4 to 8.3.5 ([#491](https://github.com/ntucker/anansi/issues/491)) ([67a6cc0](https://github.com/ntucker/anansi/commit/67a6cc0277052a35e74a971fcd799661bee91c2c))
|
|
1140
869
|
* bump sass-resources-loader from 2.2.1 to 2.2.2 ([#489](https://github.com/ntucker/anansi/issues/489)) ([3ad3b4c](https://github.com/ntucker/anansi/commit/3ad3b4cc3ad6300db2ea3dee448d26cdf42f4892))
|
|
1141
870
|
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
871
|
### [7.2.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.2.1...@anansi/webpack-config@7.2.2) (2021-06-13)
|
|
1145
872
|
|
|
1146
|
-
|
|
1147
873
|
### 🐛 Bug Fix
|
|
1148
874
|
|
|
1149
875
|
* svog added as dependency to ensure correct version imported ([4ff633e](https://github.com/ntucker/anansi/commit/4ff633ef78f2d7e81065b0bdcb4005c6203dce6a))
|
|
1150
876
|
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
877
|
### [7.2.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.2.0...@anansi/webpack-config@7.2.1) (2021-06-11)
|
|
1154
878
|
|
|
1155
|
-
|
|
1156
879
|
### 📦 Package
|
|
1157
880
|
|
|
1158
881
|
* bump @babel/runtime from 7.14.0 to 7.14.5 ([#459](https://github.com/ntucker/anansi/issues/459)) ([7b2d6c5](https://github.com/ntucker/anansi/commit/7b2d6c5c7a60ea8349540f0f92f467b190576672))
|
|
1159
882
|
* bump sass-loader from 12.0.0 to 12.1.0 ([#463](https://github.com/ntucker/anansi/issues/463)) ([562b15c](https://github.com/ntucker/anansi/commit/562b15c3bc42918f6cd4852bb04864964ea6cf29))
|
|
1160
883
|
* postcss, postcss-loader, @babel/eslint-parser ([925bff7](https://github.com/ntucker/anansi/commit/925bff78022744a0d9e01bff6dbafc286d8afb2a))
|
|
1161
884
|
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
885
|
## [7.2.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.1.8...@anansi/webpack-config@7.2.0) (2021-06-10)
|
|
1165
886
|
|
|
1166
|
-
|
|
1167
887
|
### 🚀 Features
|
|
1168
888
|
|
|
1169
889
|
* Support react 18 ([#449](https://github.com/ntucker/anansi/issues/449)) ([14ec576](https://github.com/ntucker/anansi/commit/14ec57633b76b5c5ed45dff0a716e83fe0fe49dc))
|
|
1170
890
|
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
891
|
### [7.1.8](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.1.7...@anansi/webpack-config@7.1.8) (2021-06-09)
|
|
1174
892
|
|
|
1175
|
-
|
|
1176
893
|
### 🐛 Bug Fix
|
|
1177
894
|
|
|
1178
895
|
* Proper defaults for svgr's svgo integration ([4e3e9eb](https://github.com/ntucker/anansi/commit/4e3e9ebd8a0564c6e902ce1c9dca413e6314e3a8))
|
|
1179
896
|
|
|
1180
|
-
|
|
1181
897
|
### 📦 Package
|
|
1182
898
|
|
|
1183
899
|
* bump @linaria/webpack-loader from 3.0.0-beta.4 to 3.0.0-beta.6 ([#441](https://github.com/ntucker/anansi/issues/441)) ([f7b7fb0](https://github.com/ntucker/anansi/commit/f7b7fb0eb4595411709743d5a8f531248a934d0b))
|
|
1184
900
|
* bump @pmmmwh/react-refresh-webpack-plugin ([#429](https://github.com/ntucker/anansi/issues/429)) ([8022b8e](https://github.com/ntucker/anansi/commit/8022b8e1fc920e8ec7b08eb5a10ad78bbf7311b3))
|
|
1185
901
|
* bump core-js from 3.13.1 to 3.14.0 ([#435](https://github.com/ntucker/anansi/issues/435)) ([88358a3](https://github.com/ntucker/anansi/commit/88358a3dc9208ae93842def510e9a6b8effe921d))
|
|
1186
902
|
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
903
|
### [7.1.7](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.1.6...@anansi/webpack-config@7.1.7) (2021-06-04)
|
|
1190
904
|
|
|
1191
|
-
|
|
1192
905
|
### 🐛 Bug Fix
|
|
1193
906
|
|
|
1194
907
|
* SVGR triggers svgo for more context ([#423](https://github.com/ntucker/anansi/issues/423)) ([f18daa3](https://github.com/ntucker/anansi/commit/f18daa38e2e53bd34b7a050772bfd8e6425797e7))
|
|
1195
908
|
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
909
|
### [7.1.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.1.5...@anansi/webpack-config@7.1.6) (2021-06-02)
|
|
1199
910
|
|
|
1200
|
-
|
|
1201
911
|
### 📦 Package
|
|
1202
912
|
|
|
1203
913
|
* bump sass-loader from 11.1.1 to 12.0.0 ([#415](https://github.com/ntucker/anansi/issues/415)) ([5942114](https://github.com/ntucker/anansi/commit/59421147b92e95a17f7258cd4fc9cc220ae2c061))
|
|
1204
914
|
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
915
|
### [7.1.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.1.4...@anansi/webpack-config@7.1.5) (2021-06-02)
|
|
1208
916
|
|
|
1209
|
-
|
|
1210
917
|
### 💅 Enhancement
|
|
1211
918
|
|
|
1212
919
|
* Improve compatibility with node packages ([57d457a](https://github.com/ntucker/anansi/commit/57d457a4fdd4dfef9c5410a45bde9c7ac26dd43c))
|
|
1213
920
|
|
|
1214
|
-
|
|
1215
921
|
### 📦 Package
|
|
1216
922
|
|
|
1217
923
|
* bump @pmmmwh/react-refresh-webpack-plugin ([#412](https://github.com/ntucker/anansi/issues/412)) ([1ac8350](https://github.com/ntucker/anansi/commit/1ac8350b9487a9b4828790857f9389e24b500add))
|
|
1218
924
|
* bump css-minimizer-webpack-plugin from 3.0.0 to 3.0.1 ([#402](https://github.com/ntucker/anansi/issues/402)) ([2d9acd3](https://github.com/ntucker/anansi/commit/2d9acd3e02b493e32b2a64ff06308bb734bc8c74))
|
|
1219
925
|
* bump terser-webpack-plugin from 5.1.2 to 5.1.3 ([#401](https://github.com/ntucker/anansi/issues/401)) ([c1af1ca](https://github.com/ntucker/anansi/commit/c1af1caa55712a58cbd2aedbbf78cd233a8e81b7))
|
|
1220
926
|
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
927
|
### [7.1.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.1.3...@anansi/webpack-config@7.1.4) (2021-05-29)
|
|
1224
928
|
|
|
1225
|
-
|
|
1226
929
|
### 💅 Enhancement
|
|
1227
930
|
|
|
1228
931
|
* Detect core-js version to support max proposals ([bf1341b](https://github.com/ntucker/anansi/commit/bf1341b748a6d75680da50a24cee1ed1981a7059))
|
|
1229
932
|
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
933
|
### [7.1.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.1.2...@anansi/webpack-config@7.1.3) (2021-05-29)
|
|
1233
934
|
|
|
1234
|
-
|
|
1235
935
|
### 💅 Enhancement
|
|
1236
936
|
|
|
1237
937
|
* Improve error handler for compile errors ([96e5ddf](https://github.com/ntucker/anansi/commit/96e5ddf4d85b12f92af1427d09cd7e46afb4c538))
|
|
1238
938
|
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
939
|
### [7.1.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.1.1...@anansi/webpack-config@7.1.2) (2021-05-29)
|
|
1242
940
|
|
|
1243
941
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
1244
942
|
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
943
|
### [7.1.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.1.0...@anansi/webpack-config@7.1.1) (2021-05-29)
|
|
1250
944
|
|
|
1251
|
-
|
|
1252
945
|
### 💅 Enhancement
|
|
1253
946
|
|
|
1254
947
|
* Disable InlineChunks until nonce is added ([1014c91](https://github.com/ntucker/anansi/commit/1014c910bbf719d414daa9d0f52ffc061fe27726))
|
|
1255
948
|
|
|
1256
|
-
|
|
1257
949
|
### 📦 Package
|
|
1258
950
|
|
|
1259
951
|
* @pmmmwh/react-refresh-webpack-plugin 0.5 ([6d38090](https://github.com/ntucker/anansi/commit/6d38090a3b7b47ebf20261e7a05685d08739fee0))
|
|
1260
952
|
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
953
|
## [7.1.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.0.5...@anansi/webpack-config@7.1.0) (2021-05-28)
|
|
1264
954
|
|
|
1265
|
-
|
|
1266
955
|
### 🚀 Features
|
|
1267
956
|
|
|
1268
957
|
* Add better error overlay ([#392](https://github.com/ntucker/anansi/issues/392)) ([b1a383c](https://github.com/ntucker/anansi/commit/b1a383c1bdac657721470db4742a3db9ce89cfb6))
|
|
1269
958
|
* NO_HOT_RELOAD to disable hotreloading ([7285017](https://github.com/ntucker/anansi/commit/728501730928918ab3783fd90d66b0774933cc86))
|
|
1270
959
|
|
|
1271
|
-
|
|
1272
960
|
### 💅 Enhancement
|
|
1273
961
|
|
|
1274
962
|
* Don't hotreload workers ([50f0966](https://github.com/ntucker/anansi/commit/50f0966e13e1b4af6dec958ce53ec9798001835b))
|
|
1275
963
|
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
964
|
### [7.0.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.0.4...@anansi/webpack-config@7.0.5) (2021-05-28)
|
|
1279
965
|
|
|
1280
|
-
|
|
1281
966
|
### 🐛 Bug Fix
|
|
1282
967
|
|
|
1283
968
|
* Don't override mode behavior with NODE_ENV ([25f0429](https://github.com/ntucker/anansi/commit/25f0429d91fe7d27bb3cea7a504a4290313e8a74))
|
|
1284
969
|
* Only disable svgr's svgo in prod when we use our own svgo ([3fc3403](https://github.com/ntucker/anansi/commit/3fc3403a7eb8f38cc68a9cf5579b04c8616f2663))
|
|
1285
970
|
|
|
1286
|
-
|
|
1287
971
|
### 📦 Package
|
|
1288
972
|
|
|
1289
973
|
* util patch ([9b9972d](https://github.com/ntucker/anansi/commit/9b9972d26367c6e1e5c9fcbbca33690a1eb49f04))
|
|
1290
974
|
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
975
|
### [7.0.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.0.3...@anansi/webpack-config@7.0.4) (2021-05-28)
|
|
1294
976
|
|
|
1295
|
-
|
|
1296
977
|
### 💅 Enhancement
|
|
1297
978
|
|
|
1298
979
|
* Add prefixIds svgo plugin ([9887237](https://github.com/ntucker/anansi/commit/988723779c5cf5d45a2a3b0230c5a708806080af))
|
|
1299
980
|
* Only override NODE_ENV if not already set ([8dafb0b](https://github.com/ntucker/anansi/commit/8dafb0b1388405f02ab45ced605c8c0cc9017e70))
|
|
1300
981
|
* Use EnvironmentPlugin instead of DefinePlugin ([c24b48a](https://github.com/ntucker/anansi/commit/c24b48afaea83129e5aba6aabb6b6b4e79f0b44a))
|
|
1301
982
|
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
983
|
### [7.0.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.0.2...@anansi/webpack-config@7.0.3) (2021-05-28)
|
|
1305
984
|
|
|
1306
|
-
|
|
1307
985
|
### 💅 Enhancement
|
|
1308
986
|
|
|
1309
987
|
* css classes don't have hash when testing ([e4b2eec](https://github.com/ntucker/anansi/commit/e4b2eeca7933db659a05cfd426334abdd4c981c9))
|
|
1310
988
|
* Run svgo in testing to add ids ([2437df7](https://github.com/ntucker/anansi/commit/2437df72ab592600befa04521b5dbb22e0e965ec))
|
|
1311
989
|
|
|
1312
|
-
|
|
1313
990
|
### 📦 Package
|
|
1314
991
|
|
|
1315
992
|
* bump autoprefixer from 10.2.5 to 10.2.6 ([#386](https://github.com/ntucker/anansi/issues/386)) ([c315dbb](https://github.com/ntucker/anansi/commit/c315dbbceaf4e6ba45d8da4c8b6c4f030c276ac8))
|
|
1316
993
|
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
994
|
### [7.0.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.0.1...@anansi/webpack-config@7.0.2) (2021-05-26)
|
|
1320
995
|
|
|
1321
|
-
|
|
1322
996
|
### 📦 Package
|
|
1323
997
|
|
|
1324
998
|
* bump core-js from 3.12.1 to 3.13.0 ([#376](https://github.com/ntucker/anansi/issues/376)) ([c6da6f5](https://github.com/ntucker/anansi/commit/c6da6f50f03ccb4f71cf4d67501f09bc6a541512))
|
|
1325
999
|
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
1000
|
### [7.0.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@7.0.0...@anansi/webpack-config@7.0.1) (2021-05-25)
|
|
1329
1001
|
|
|
1330
|
-
|
|
1331
1002
|
### 📦 Package
|
|
1332
1003
|
|
|
1333
1004
|
* Remove react-dev-utils ([#373](https://github.com/ntucker/anansi/issues/373)) ([5ad50d0](https://github.com/ntucker/anansi/commit/5ad50d0ad25ffa8446c6692b3772e4c7bdd823e9))
|
|
1334
1005
|
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
1006
|
## [7.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.8.4...@anansi/webpack-config@7.0.0) (2021-05-22)
|
|
1338
1007
|
|
|
1339
|
-
|
|
1340
1008
|
### ⚠ 💥 BREAKING CHANGES
|
|
1341
1009
|
|
|
1342
1010
|
* Min node version 12
|
|
@@ -1345,101 +1013,72 @@ Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to
|
|
|
1345
1013
|
|
|
1346
1014
|
* Enforce node version used in updated packages ([315c93d](https://github.com/ntucker/anansi/commit/315c93de95a6cf1969ac4486f16acd52b41756b6))
|
|
1347
1015
|
|
|
1348
|
-
|
|
1349
1016
|
### 📦 Package
|
|
1350
1017
|
|
|
1351
1018
|
* clean-webpack-plugin - webpack5 compat ([1ee36e5](https://github.com/ntucker/anansi/commit/1ee36e5d4308f99f9af5c7c516a1f222c2b8d9db))
|
|
1352
1019
|
|
|
1353
|
-
|
|
1354
1020
|
### 📝 Documentation
|
|
1355
1021
|
|
|
1356
1022
|
* Reorder advanced config ([355cefa](https://github.com/ntucker/anansi/commit/355cefa6f5f50021e2ab67cc1439fe9b1947f561))
|
|
1357
1023
|
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
1024
|
### [6.8.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.8.3...@anansi/webpack-config@6.8.4) (2021-05-22)
|
|
1361
1025
|
|
|
1362
|
-
|
|
1363
1026
|
### 💅 Enhancement
|
|
1364
1027
|
|
|
1365
1028
|
* Get rid of webpack 5 deprecation problem ([2f84d7b](https://github.com/ntucker/anansi/commit/2f84d7b87ecc1cdd75aefb5530fdb30fcfbcad33))
|
|
1366
1029
|
|
|
1367
|
-
|
|
1368
1030
|
### 📦 Package
|
|
1369
1031
|
|
|
1370
1032
|
* bump postcss from 8.2.15 to 8.3.0 ([#362](https://github.com/ntucker/anansi/issues/362)) ([6f6667f](https://github.com/ntucker/anansi/commit/6f6667ff1e76fe450671a92b8ab5cd430113875a))
|
|
1371
1033
|
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
1034
|
### [6.8.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.8.2...@anansi/webpack-config@6.8.3) (2021-05-22)
|
|
1375
1035
|
|
|
1376
|
-
|
|
1377
1036
|
### 📦 Package
|
|
1378
1037
|
|
|
1379
1038
|
* bump css-loader from 5.2.4 to 5.2.5 ([#361](https://github.com/ntucker/anansi/issues/361)) ([b395ec9](https://github.com/ntucker/anansi/commit/b395ec9334f6364876a5340163b3cafbeee330c7))
|
|
1380
1039
|
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
1040
|
### [6.8.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.8.1...@anansi/webpack-config@6.8.2) (2021-05-18)
|
|
1384
1041
|
|
|
1385
|
-
|
|
1386
1042
|
### 📦 Package
|
|
1387
1043
|
|
|
1388
1044
|
* bump webpack-bundle-analyzer from 4.4.1 to 4.4.2 ([#346](https://github.com/ntucker/anansi/issues/346)) ([b3270c5](https://github.com/ntucker/anansi/commit/b3270c55f53f72388cd03c6937b36c3868ff4cc0))
|
|
1389
1045
|
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
1046
|
### [6.8.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.8.0...@anansi/webpack-config@6.8.1) (2021-05-15)
|
|
1393
1047
|
|
|
1394
|
-
|
|
1395
1048
|
### 📦 Package
|
|
1396
1049
|
|
|
1397
1050
|
* bump postcss-loader from 5.2.0 to 5.3.0 ([#339](https://github.com/ntucker/anansi/issues/339)) ([208d322](https://github.com/ntucker/anansi/commit/208d322e64576e2fde4f4d9873a1fbaa20cf94c7))
|
|
1398
1051
|
|
|
1399
|
-
|
|
1400
1052
|
### 📝 Documentation
|
|
1401
1053
|
|
|
1402
1054
|
* Fix ordering of storybook instructions ([25809ca](https://github.com/ntucker/anansi/commit/25809ca78dd50074ea79dbfa3227584d367631c3))
|
|
1403
1055
|
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
1056
|
## [6.8.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.7.7...@anansi/webpack-config@6.8.0) (2021-05-14)
|
|
1407
1057
|
|
|
1408
|
-
|
|
1409
1058
|
### 🚀 Features
|
|
1410
1059
|
|
|
1411
1060
|
* Add @anansi/jest-preset ([#337](https://github.com/ntucker/anansi/issues/337)) ([a836ec5](https://github.com/ntucker/anansi/commit/a836ec583b61d0afe764a35de88994517d9ff444))
|
|
1412
1061
|
|
|
1413
|
-
|
|
1414
1062
|
### 📦 Package
|
|
1415
1063
|
|
|
1416
1064
|
* bump css-minimizer-webpack-plugin from 2.0.0 to 3.0.0 ([#326](https://github.com/ntucker/anansi/issues/326)) ([1c787eb](https://github.com/ntucker/anansi/commit/1c787eb0c578572de25130166710d96cee395a37))
|
|
1417
1065
|
* bump sass-loader from 11.1.0 to 11.1.1 ([#335](https://github.com/ntucker/anansi/issues/335)) ([0412c71](https://github.com/ntucker/anansi/commit/0412c7117fe4dc3b7d8e4aedaa568b4ebb9d275d))
|
|
1418
1066
|
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
1067
|
### [6.7.7](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.7.6...@anansi/webpack-config@6.7.7) (2021-05-12)
|
|
1422
1068
|
|
|
1423
1069
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
1424
1070
|
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
1071
|
### [6.7.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.7.5...@anansi/webpack-config@6.7.6) (2021-05-11)
|
|
1430
1072
|
|
|
1431
|
-
|
|
1432
1073
|
### 💅 Enhancement
|
|
1433
1074
|
|
|
1434
1075
|
* Watch ignore map files ([1e0346a](https://github.com/ntucker/anansi/commit/1e0346ad97b9d2c7ada3c2659418c3641ebc562a))
|
|
1435
1076
|
|
|
1436
|
-
|
|
1437
1077
|
### 🐛 Bug Fix
|
|
1438
1078
|
|
|
1439
1079
|
* Infinite loop storybook devmode ([50dc295](https://github.com/ntucker/anansi/commit/50dc295f2c350f90b7ce4ba9eb7481b6d5ec7cf7))
|
|
1440
1080
|
* Storybook build infinite loop ([16d3cf5](https://github.com/ntucker/anansi/commit/16d3cf506641d8a5b65215a0c1c834111ee5a177))
|
|
1441
1081
|
|
|
1442
|
-
|
|
1443
1082
|
### 📦 Package
|
|
1444
1083
|
|
|
1445
1084
|
* bump core-js from 3.12.0 to 3.12.1 ([#312](https://github.com/ntucker/anansi/issues/312)) ([e8172f2](https://github.com/ntucker/anansi/commit/e8172f2e092dd8b2be1d816461b89b7b3b3c099a))
|
|
@@ -1448,83 +1087,55 @@ Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to
|
|
|
1448
1087
|
* postcss, thread-loader ([463cac6](https://github.com/ntucker/anansi/commit/463cac61da7173739136f35dd99699aaf6e93eb8))
|
|
1449
1088
|
* sass-loader 11.1 ([f299276](https://github.com/ntucker/anansi/commit/f29927653c5db371069fe04c615a1751ac5d61d7))
|
|
1450
1089
|
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
1090
|
### [6.7.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.7.4...@anansi/webpack-config@6.7.5) (2021-05-07)
|
|
1454
1091
|
|
|
1455
|
-
|
|
1456
1092
|
### 🐛 Bug Fix
|
|
1457
1093
|
|
|
1458
1094
|
* Need polyfills that are included by babel ([471d4ad](https://github.com/ntucker/anansi/commit/471d4ada97f652df5ce5f7886dafd8fedb4b901a))
|
|
1459
1095
|
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
1096
|
### [6.7.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.7.3...@anansi/webpack-config@6.7.4) (2021-05-07)
|
|
1463
1097
|
|
|
1464
|
-
|
|
1465
1098
|
### 📦 Package
|
|
1466
1099
|
|
|
1467
1100
|
* Bump linaria ([e94a42f](https://github.com/ntucker/anansi/commit/e94a42f981db01ea7a1c06399b3d38d22371707b))
|
|
1468
1101
|
* bump postcss from 8.2.13 to 8.2.14 ([#305](https://github.com/ntucker/anansi/issues/305)) ([bdbd239](https://github.com/ntucker/anansi/commit/bdbd239b897a2a36b01d2c97b09e7150f2150e19))
|
|
1469
1102
|
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
1103
|
### [6.7.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.7.2...@anansi/webpack-config@6.7.3) (2021-05-05)
|
|
1473
1104
|
|
|
1474
|
-
|
|
1475
1105
|
### 🐛 Bug Fix
|
|
1476
1106
|
|
|
1477
1107
|
* peerDeps ([da1a5a5](https://github.com/ntucker/anansi/commit/da1a5a50c8fbc0f578c3d01b36d89f79cebee3c3))
|
|
1478
1108
|
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
1109
|
### [6.7.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.7.1...@anansi/webpack-config@6.7.2) (2021-05-05)
|
|
1482
1110
|
|
|
1483
1111
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
1484
1112
|
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
1113
|
### [6.7.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.7.0...@anansi/webpack-config@6.7.1) (2021-05-03)
|
|
1490
1114
|
|
|
1491
1115
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
1492
1116
|
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
1117
|
## [6.7.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.6.0...@anansi/webpack-config@6.7.0) (2021-05-03)
|
|
1498
1118
|
|
|
1499
|
-
|
|
1500
1119
|
### 🚀 Features
|
|
1501
1120
|
|
|
1502
1121
|
* Leaving opening browser up to context of user ([3acbef3](https://github.com/ntucker/anansi/commit/3acbef36776091695d1a483e0bb270d2a10d02ab))
|
|
1503
1122
|
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
1123
|
## [6.6.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.5.6...@anansi/webpack-config@6.6.0) (2021-05-03)
|
|
1507
1124
|
|
|
1508
|
-
|
|
1509
1125
|
### 🚀 Features
|
|
1510
1126
|
|
|
1511
1127
|
* Add types ([b7968c4](https://github.com/ntucker/anansi/commit/b7968c4e54099dc3c7510a6930b7ab0536bc8130))
|
|
1512
1128
|
|
|
1513
|
-
|
|
1514
1129
|
### 💅 Enhancement
|
|
1515
1130
|
|
|
1516
1131
|
* peerDep to full release ([6353809](https://github.com/ntucker/anansi/commit/6353809110ecb8f7f2d2413d533289fc7ed51cec))
|
|
1517
1132
|
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
1133
|
### [6.5.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.5.5...@anansi/webpack-config@6.5.6) (2021-05-01)
|
|
1521
1134
|
|
|
1522
|
-
|
|
1523
1135
|
### 🐛 Bug Fix
|
|
1524
1136
|
|
|
1525
1137
|
* dev-middleware must be v3 for now ([55e030d](https://github.com/ntucker/anansi/commit/55e030dd54622ee0ef17ee16c62c6facea7a5f4e))
|
|
1526
1138
|
|
|
1527
|
-
|
|
1528
1139
|
### 📝 Documentation
|
|
1529
1140
|
|
|
1530
1141
|
* Add package resolutions to storybook directions ([47bede5](https://github.com/ntucker/anansi/commit/47bede581e36f91d5433a4809aff94cbc86e360e))
|
|
@@ -1532,310 +1143,212 @@ Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to
|
|
|
1532
1143
|
* More webpack explanations ([abd4336](https://github.com/ntucker/anansi/commit/abd4336a105a10d707b0b21154871ee96724c52f))
|
|
1533
1144
|
* Update style instructions ([168207b](https://github.com/ntucker/anansi/commit/168207bf16b94d3b4a94cadec73ab10dfe5dcb26))
|
|
1534
1145
|
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
1146
|
### [6.5.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.5.4...@anansi/webpack-config@6.5.5) (2021-04-30)
|
|
1538
1147
|
|
|
1539
|
-
|
|
1540
1148
|
### 🐛 Bug Fix
|
|
1541
1149
|
|
|
1542
1150
|
* Remove unused error overlay plugin as it is incompatible with webpack5 ([a3b6780](https://github.com/ntucker/anansi/commit/a3b67809baccd8f29863b51c53c9a308922d3003))
|
|
1543
1151
|
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
1152
|
### [6.5.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.5.3...@anansi/webpack-config@6.5.4) (2021-04-30)
|
|
1547
1153
|
|
|
1548
|
-
|
|
1549
1154
|
### 📦 Package
|
|
1550
1155
|
|
|
1551
1156
|
* bump mini-css-extract-plugin from 1.5.1 to 1.6.0 ([#283](https://github.com/ntucker/anansi/issues/283)) ([c1ac1d1](https://github.com/ntucker/anansi/commit/c1ac1d178306600a33824907fbffef4b66a0a460))
|
|
1552
1157
|
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
1158
|
### [6.5.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.5.2...@anansi/webpack-config@6.5.3) (2021-04-29)
|
|
1556
1159
|
|
|
1557
|
-
|
|
1558
1160
|
### 💅 Enhancement
|
|
1559
1161
|
|
|
1560
1162
|
* Support icss in global style dir ([37b747f](https://github.com/ntucker/anansi/commit/37b747ffbf841f2cdf7a95a0ed859551df38f200))
|
|
1561
1163
|
* Treat .module.scss found in global style folder as css modules ([9db8a7a](https://github.com/ntucker/anansi/commit/9db8a7a86728c639077e96e79746170f5d2a973d))
|
|
1562
1164
|
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
1165
|
### [6.5.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.5.1...@anansi/webpack-config@6.5.2) (2021-04-29)
|
|
1566
1166
|
|
|
1567
|
-
|
|
1568
1167
|
### 🐛 Bug Fix
|
|
1569
1168
|
|
|
1570
1169
|
* Only add module resolve for globalStyleDir if it is defined ([c3ef706](https://github.com/ntucker/anansi/commit/c3ef70656f02522cce9335a73c7621572e202ba0))
|
|
1571
1170
|
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
1171
|
### [6.5.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.5.0...@anansi/webpack-config@6.5.1) (2021-04-29)
|
|
1575
1172
|
|
|
1576
|
-
|
|
1577
1173
|
### 💅 Enhancement
|
|
1578
1174
|
|
|
1579
1175
|
* Don't do special publicPath for devmode ([f2c67b7](https://github.com/ntucker/anansi/commit/f2c67b714e855077bd5ed7e3e051164ee2398cca))
|
|
1580
1176
|
|
|
1581
|
-
|
|
1582
1177
|
### 🐛 Bug Fix
|
|
1583
1178
|
|
|
1584
1179
|
* Avoid recursive watching by moving cache dir out of node_modules ([3e27040](https://github.com/ntucker/anansi/commit/3e270409082b75a622146babf263c96425ed06d8))
|
|
1585
1180
|
* Resolve globalStyleDir ([75e7e9c](https://github.com/ntucker/anansi/commit/75e7e9cd7973b3f081407d919021a400e5bbe863))
|
|
1586
1181
|
|
|
1587
|
-
|
|
1588
1182
|
### 📦 Package
|
|
1589
1183
|
|
|
1590
1184
|
* bump mini-css-extract-plugin from 1.5.0 to 1.5.1 ([#276](https://github.com/ntucker/anansi/issues/276)) ([70401cb](https://github.com/ntucker/anansi/commit/70401cbf658954460c7c462188e72c98092bd102))
|
|
1591
1185
|
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
1186
|
## [6.5.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.4.1...@anansi/webpack-config@6.5.0) (2021-04-28)
|
|
1595
1187
|
|
|
1596
|
-
|
|
1597
1188
|
### 🚀 Features
|
|
1598
1189
|
|
|
1599
1190
|
* Add globalStyleDir option ([#272](https://github.com/ntucker/anansi/issues/272)) ([5803312](https://github.com/ntucker/anansi/commit/5803312198bee6fa3e0a75c04dd01bec902dc430))
|
|
1600
1191
|
|
|
1601
|
-
|
|
1602
1192
|
### 🐛 Bug Fix
|
|
1603
1193
|
|
|
1604
1194
|
* Typo in error message ([0042040](https://github.com/ntucker/anansi/commit/0042040f878491ce69138f56894860503e0ecf74))
|
|
1605
1195
|
|
|
1606
|
-
|
|
1607
1196
|
### 📝 Documentation
|
|
1608
1197
|
|
|
1609
1198
|
* Document tsconfigPathOptions ([3ba837b](https://github.com/ntucker/anansi/commit/3ba837becaa28d47c30b69f1f8696ebce8f0597f))
|
|
1610
1199
|
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
1200
|
### [6.4.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.4.0...@anansi/webpack-config@6.4.1) (2021-04-27)
|
|
1614
1201
|
|
|
1615
|
-
|
|
1616
1202
|
### 🐛 Bug Fix
|
|
1617
1203
|
|
|
1618
1204
|
* Include buffer pkg ([eafce6d](https://github.com/ntucker/anansi/commit/eafce6d902e1050572c55c84de32bd6e42c05c9e))
|
|
1619
1205
|
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
1206
|
## [6.4.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.3.5...@anansi/webpack-config@6.4.0) (2021-04-27)
|
|
1623
1207
|
|
|
1624
|
-
|
|
1625
1208
|
### 🚀 Features
|
|
1626
1209
|
|
|
1627
1210
|
* Add svgrOptions to configure svgr ([d4a6564](https://github.com/ntucker/anansi/commit/d4a6564e0e44fb4ca55f11703ad51898a06c74e8))
|
|
1628
1211
|
|
|
1629
|
-
|
|
1630
1212
|
### 💅 Enhancement
|
|
1631
1213
|
|
|
1632
1214
|
* Use postcss on [@import](https://github.com/import) from css ([ae40f98](https://github.com/ntucker/anansi/commit/ae40f989930cc5f2cee39b92a0a0231f58966266))
|
|
1633
1215
|
|
|
1634
|
-
|
|
1635
1216
|
### 📦 Package
|
|
1636
1217
|
|
|
1637
1218
|
* bump postcss from 8.2.12 to 8.2.13 ([#262](https://github.com/ntucker/anansi/issues/262)) ([ae1e860](https://github.com/ntucker/anansi/commit/ae1e86005dda1c8061dd7e9494a92c3fe31ac7a1))
|
|
1638
1219
|
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
1220
|
### [6.3.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.3.4...@anansi/webpack-config@6.3.5) (2021-04-24)
|
|
1642
1221
|
|
|
1643
|
-
|
|
1644
1222
|
### 📦 Package
|
|
1645
1223
|
|
|
1646
1224
|
* bump postcss from 8.2.10 to 8.2.12 ([#255](https://github.com/ntucker/anansi/issues/255)) ([9913554](https://github.com/ntucker/anansi/commit/9913554da7aa3f9e2f8c51cc2e955bcb0a008f0e))
|
|
1647
1225
|
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
1226
|
### [6.3.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.3.3...@anansi/webpack-config@6.3.4) (2021-04-22)
|
|
1651
1227
|
|
|
1652
|
-
|
|
1653
1228
|
### 📦 Package
|
|
1654
1229
|
|
|
1655
1230
|
* linaria to beta 3 ([948e9ab](https://github.com/ntucker/anansi/commit/948e9ab20cc741f4526f9235e523ac506509486d))
|
|
1656
1231
|
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
1232
|
### [6.3.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.3.2...@anansi/webpack-config@6.3.3) (2021-04-21)
|
|
1660
1233
|
|
|
1661
|
-
|
|
1662
1234
|
### 📦 Package
|
|
1663
1235
|
|
|
1664
1236
|
* css-loader, mini-css-extract-plugin ([f5058e2](https://github.com/ntucker/anansi/commit/f5058e27f5bea2668b9447fa0a2e3cb5858a19e5))
|
|
1665
1237
|
* webpack-node-externals major ([c072aba](https://github.com/ntucker/anansi/commit/c072aba9a60e2b52ec659281dfeb699b732f4f7b))
|
|
1666
1238
|
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
1239
|
### [6.3.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.3.1...@anansi/webpack-config@6.3.2) (2021-04-15)
|
|
1670
1240
|
|
|
1671
1241
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
1672
1242
|
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
1243
|
### [6.3.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.3.0...@anansi/webpack-config@6.3.1) (2021-04-15)
|
|
1678
1244
|
|
|
1679
|
-
|
|
1680
1245
|
### 💅 Enhancement
|
|
1681
1246
|
|
|
1682
1247
|
* Improve chunk naming during analyze and nohash ([df234a7](https://github.com/ntucker/anansi/commit/df234a7788b1ba59b87ba307c0539ea92a9fb2e0))
|
|
1683
1248
|
* Vary webpack cache on browserslist ([9912e5e](https://github.com/ntucker/anansi/commit/9912e5e244d7b6cf5ea8e78c2d33a038912e20ad))
|
|
1684
1249
|
|
|
1685
|
-
|
|
1686
1250
|
### 📦 Package
|
|
1687
1251
|
|
|
1688
1252
|
* sass-resources-loader ([e79fe8b](https://github.com/ntucker/anansi/commit/e79fe8ba5723472c6e6a950c02b003fa2f93b6c9))
|
|
1689
1253
|
|
|
1690
|
-
|
|
1691
1254
|
### 📝 Documentation
|
|
1692
1255
|
|
|
1693
1256
|
* Typos in readme ([7e0b4ca](https://github.com/ntucker/anansi/commit/7e0b4ca6ef2a3284a07fe7621175bc0d22660dee))
|
|
1694
1257
|
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
1258
|
## [6.3.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.2.12...@anansi/webpack-config@6.3.0) (2021-04-14)
|
|
1698
1259
|
|
|
1699
|
-
|
|
1700
1260
|
### 🚀 Features
|
|
1701
1261
|
|
|
1702
1262
|
* Add --env nohash option ([#232](https://github.com/ntucker/anansi/issues/232)) ([71f912c](https://github.com/ntucker/anansi/commit/71f912ca9989d7f823bb7ba7bd6b72d8a4a8a029))
|
|
1703
1263
|
|
|
1704
|
-
|
|
1705
1264
|
### 📦 Package
|
|
1706
1265
|
|
|
1707
1266
|
* thread-loader, webpack-bundle-analyzer ([bb994f2](https://github.com/ntucker/anansi/commit/bb994f24301c2da5f647e703d0832ded5f4ced1a))
|
|
1708
1267
|
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
1268
|
### [6.2.12](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.2.11...@anansi/webpack-config@6.2.12) (2021-04-12)
|
|
1712
1269
|
|
|
1713
|
-
|
|
1714
1270
|
### 📦 Package
|
|
1715
1271
|
|
|
1716
1272
|
* mini-css-extract-plugin ([072e48a](https://github.com/ntucker/anansi/commit/072e48ad8fe9972fdf269ee0918d38fd660d6dad))
|
|
1717
1273
|
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
1274
|
### [6.2.11](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.2.10...@anansi/webpack-config@6.2.11) (2021-04-11)
|
|
1721
1275
|
|
|
1722
|
-
|
|
1723
1276
|
### 📦 Package
|
|
1724
1277
|
|
|
1725
1278
|
* Bump linaria to 3-beta.2 ([273b04b](https://github.com/ntucker/anansi/commit/273b04bc49ea2554e0b2b87221edc89aaca2d6e4))
|
|
1726
1279
|
* css-loader, css-minimizer (major), postcss ([be9d829](https://github.com/ntucker/anansi/commit/be9d82952a72e2f7a6a8a7768313b272fa8a2657))
|
|
1727
1280
|
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
1281
|
### [6.2.10](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.2.9...@anansi/webpack-config@6.2.10) (2021-04-11)
|
|
1731
1282
|
|
|
1732
1283
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
1733
1284
|
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
1285
|
### [6.2.9](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.2.8...@anansi/webpack-config@6.2.9) (2021-04-06)
|
|
1739
1286
|
|
|
1740
1287
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
1741
1288
|
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
1289
|
### [6.2.8](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.2.7...@anansi/webpack-config@6.2.8) (2021-04-01)
|
|
1747
1290
|
|
|
1748
1291
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
1749
1292
|
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
1293
|
### [6.2.7](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.2.6...@anansi/webpack-config@6.2.7) (2021-04-01)
|
|
1755
1294
|
|
|
1756
|
-
|
|
1757
1295
|
### 📦 Package
|
|
1758
1296
|
|
|
1759
1297
|
* core-js minor ([b1cb302](https://github.com/ntucker/anansi/commit/b1cb3028b3dc5e87f0643b53e1028eb8baff87c6))
|
|
1760
1298
|
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
1299
|
### [6.2.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.2.5...@anansi/webpack-config@6.2.6) (2021-03-29)
|
|
1764
1300
|
|
|
1765
1301
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
1766
1302
|
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
1303
|
### [6.2.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.2.4...@anansi/webpack-config@6.2.5) (2021-03-29)
|
|
1772
1304
|
|
|
1773
|
-
|
|
1774
1305
|
### 💅 Enhancement
|
|
1775
1306
|
|
|
1776
1307
|
* Invalidate webpack cache based on config version ([80d73ee](https://github.com/ntucker/anansi/commit/80d73ee9b7427af953f78a2859dc3de1d2c4a024))
|
|
1777
1308
|
* Remove extraneous dep ([771a3da](https://github.com/ntucker/anansi/commit/771a3daf211c0eaafcdd851567d8b06c5e3b53c9))
|
|
1778
1309
|
* Webpack 5 recommended config ([037d36f](https://github.com/ntucker/anansi/commit/037d36f6f8dff75fa2a848e32b3925fb7bbb8842))
|
|
1779
1310
|
|
|
1780
|
-
|
|
1781
1311
|
### 📝 Documentation
|
|
1782
1312
|
|
|
1783
1313
|
* Reorder and make more clear ([c7823e2](https://github.com/ntucker/anansi/commit/c7823e2bbc7b527091ee2649ada08611ee685e27))
|
|
1784
1314
|
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
1315
|
### [6.2.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.2.3...@anansi/webpack-config@6.2.4) (2021-03-28)
|
|
1788
1316
|
|
|
1789
|
-
|
|
1790
1317
|
### 💅 Enhancement
|
|
1791
1318
|
|
|
1792
1319
|
* Use css-minimizer-webpack-plugin ([3ebe0a3](https://github.com/ntucker/anansi/commit/3ebe0a33553b64eda5e843b853c04ee94210c8fd))
|
|
1793
1320
|
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
1321
|
### [6.2.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.2.2...@anansi/webpack-config@6.2.3) (2021-03-28)
|
|
1797
1322
|
|
|
1798
|
-
|
|
1799
1323
|
### 🐛 Bug Fix
|
|
1800
1324
|
|
|
1801
1325
|
* readable-stream mapping for current (3.6) version ([77b3c0b](https://github.com/ntucker/anansi/commit/77b3c0badb93c9600aafaad300bc6d7f5e7b7976))
|
|
1802
1326
|
* Storybook resolve.plugins building ([9b8adb6](https://github.com/ntucker/anansi/commit/9b8adb6081800472decad74cdc883805273a25b1))
|
|
1803
1327
|
|
|
1804
|
-
|
|
1805
1328
|
### 📝 Documentation
|
|
1806
1329
|
|
|
1807
1330
|
* Update project titles ([9e248a4](https://github.com/ntucker/anansi/commit/9e248a4c697f567cd1a92688878c0965f9c95f7c))
|
|
1808
1331
|
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
1332
|
### [6.2.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.2.1...@anansi/webpack-config@6.2.2) (2021-03-28)
|
|
1812
1333
|
|
|
1813
|
-
|
|
1814
1334
|
### 💅 Enhancement
|
|
1815
1335
|
|
|
1816
1336
|
* Make scripts use more consistent naming ([67d8130](https://github.com/ntucker/anansi/commit/67d8130ca0b135288c1e094728ad50cac8a0903f))
|
|
1817
1337
|
|
|
1818
|
-
|
|
1819
1338
|
### 🐛 Bug Fix
|
|
1820
1339
|
|
|
1821
1340
|
* Correct peerDep version for storybook ([0e1696d](https://github.com/ntucker/anansi/commit/0e1696d52cd8832869fc1796bae0db1819662502))
|
|
1822
1341
|
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
1342
|
### [6.2.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.2.0...@anansi/webpack-config@6.2.1) (2021-03-28)
|
|
1826
1343
|
|
|
1827
|
-
|
|
1828
1344
|
### 📝 Documentation
|
|
1829
1345
|
|
|
1830
1346
|
* Note about webpack-cli compatibility ([7f2532f](https://github.com/ntucker/anansi/commit/7f2532fd23e503c5cf01eca13556caf7bc5dc646))
|
|
1831
1347
|
* Update scripts example ([474d26e](https://github.com/ntucker/anansi/commit/474d26ef2119c339c95dc2d7584662519d5f5b83))
|
|
1832
1348
|
* Update tags ([2df65e3](https://github.com/ntucker/anansi/commit/2df65e318ea6e422021188780fb1777a59b37520))
|
|
1833
1349
|
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
1350
|
## [6.2.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.1.6...@anansi/webpack-config@6.2.0) (2021-03-28)
|
|
1837
1351
|
|
|
1838
|
-
|
|
1839
1352
|
### 🚀 Features
|
|
1840
1353
|
|
|
1841
1354
|
* .html typings ([c038b95](https://github.com/ntucker/anansi/commit/c038b95d55114200d833e090507fd364a3c1d83d))
|
|
@@ -1843,95 +1356,68 @@ Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to
|
|
|
1843
1356
|
* Resolve wasm files ([607530b](https://github.com/ntucker/anansi/commit/607530b1043e87038f51f61f77d229cf1774a49f))
|
|
1844
1357
|
* Support .html files ([3591086](https://github.com/ntucker/anansi/commit/35910863e1844da0fed68e9ad56fd3e5286375bb))
|
|
1845
1358
|
|
|
1846
|
-
|
|
1847
1359
|
### 💅 Enhancement
|
|
1848
1360
|
|
|
1849
1361
|
* More chances to bust babel cache ([44d0bca](https://github.com/ntucker/anansi/commit/44d0bca5e151e75ef5bf36a108b89f4c2678153c))
|
|
1850
1362
|
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
1363
|
### [6.1.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.1.5...@anansi/webpack-config@6.1.6) (2021-03-28)
|
|
1854
1364
|
|
|
1855
|
-
|
|
1856
1365
|
### 🐛 Bug Fix
|
|
1857
1366
|
|
|
1858
1367
|
* Node builds ([670c297](https://github.com/ntucker/anansi/commit/670c297f5dfddd699863ea5d9a357d500bf9efdf))
|
|
1859
1368
|
|
|
1860
|
-
|
|
1861
1369
|
### 📦 Package
|
|
1862
1370
|
|
|
1863
1371
|
* css-loader, mini-css-extract-plugin, svgo minor ([c9bfd17](https://github.com/ntucker/anansi/commit/c9bfd1772c6b0a96d888db4dfa03553891323660))
|
|
1864
1372
|
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
1373
|
### [6.1.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.1.4...@anansi/webpack-config@6.1.5) (2021-03-28)
|
|
1868
1374
|
|
|
1869
|
-
|
|
1870
1375
|
### 💅 Enhancement
|
|
1871
1376
|
|
|
1872
1377
|
* Explicit types inclusion for storybook loaders ([e6077c9](https://github.com/ntucker/anansi/commit/e6077c9e88c3139aaec5c490c03db219617e073a))
|
|
1873
1378
|
|
|
1874
|
-
|
|
1875
1379
|
### 📦 Package
|
|
1876
1380
|
|
|
1877
1381
|
* readable-stream explicit dep ([17e6635](https://github.com/ntucker/anansi/commit/17e6635864f8606e7b54893114402f2b446af88a))
|
|
1878
1382
|
|
|
1879
|
-
|
|
1880
1383
|
### 📝 Documentation
|
|
1881
1384
|
|
|
1882
1385
|
* Explain how to work with webpack 4 ([fee5e87](https://github.com/ntucker/anansi/commit/fee5e87337a2289bd6dbc3aeead9785af69669cd))
|
|
1883
1386
|
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
1387
|
### [6.1.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.1.3...@anansi/webpack-config@6.1.4) (2021-03-28)
|
|
1887
1388
|
|
|
1888
|
-
|
|
1889
1389
|
### 💅 Enhancement
|
|
1890
1390
|
|
|
1891
1391
|
* Improve storybook rules detection to ignore ([96e7028](https://github.com/ntucker/anansi/commit/96e7028f5fcf75bb65182dc94cea20faff800570))
|
|
1892
1392
|
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
1393
|
### [6.1.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.1.2...@anansi/webpack-config@6.1.3) (2021-03-25)
|
|
1896
1394
|
|
|
1897
|
-
|
|
1898
1395
|
### 🐛 Bug Fix
|
|
1899
1396
|
|
|
1900
1397
|
* Latest storybook config with hoisted node_modules ([77cc13f](https://github.com/ntucker/anansi/commit/77cc13f92d002fd6f6f2798c13768239e39a6f61))
|
|
1901
1398
|
|
|
1902
|
-
|
|
1903
1399
|
### 📝 Documentation
|
|
1904
1400
|
|
|
1905
1401
|
* Webpack supports only 5 now ([86eca63](https://github.com/ntucker/anansi/commit/86eca6308ab8d9cb11140f337d4d8d0dae43d2a1))
|
|
1906
1402
|
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
1403
|
### [6.1.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.1.1...@anansi/webpack-config@6.1.2) (2021-03-25)
|
|
1910
1404
|
|
|
1911
|
-
|
|
1912
1405
|
### 🐛 Bug Fix
|
|
1913
1406
|
|
|
1914
1407
|
* Hot reloading in dev mode with dev-server v3 ([e716c9d](https://github.com/ntucker/anansi/commit/e716c9de459f2abdbd4f7642d8496ae50a7b1fb8))
|
|
1915
1408
|
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
1409
|
### [6.1.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.1.0...@anansi/webpack-config@6.1.1) (2021-03-22)
|
|
1919
1410
|
|
|
1920
|
-
|
|
1921
1411
|
### 💅 Enhancement
|
|
1922
1412
|
|
|
1923
1413
|
* Use default webpack targets (browserslist if found, then web) ([f28d1ed](https://github.com/ntucker/anansi/commit/f28d1edfa646aeebbb0b25270682ae7bcc0e2581))
|
|
1924
1414
|
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
1415
|
## [6.1.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.0.0...@anansi/webpack-config@6.1.0) (2021-03-21)
|
|
1928
1416
|
|
|
1929
|
-
|
|
1930
1417
|
### 🚀 Features
|
|
1931
1418
|
|
|
1932
1419
|
* Enable linaria out of the box ([#157](https://github.com/ntucker/anansi/issues/157)) ([473ca19](https://github.com/ntucker/anansi/commit/473ca193753a3f0bf26f18717666f2913931ce8a))
|
|
1933
1420
|
|
|
1934
|
-
|
|
1935
1421
|
### 💅 Enhancement
|
|
1936
1422
|
|
|
1937
1423
|
* Detect apng, cur, ani for PreloadWebpackPlugin ([8c86483](https://github.com/ntucker/anansi/commit/8c8648339014e5dbba1a174e53feabe51f542e2d))
|
|
@@ -1941,20 +1427,14 @@ Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to
|
|
|
1941
1427
|
* Use webpack 5 asset modules ([#158](https://github.com/ntucker/anansi/issues/158)) ([06baa85](https://github.com/ntucker/anansi/commit/06baa856a77d7b28737df9a5359b46b5b6bf4f5f))
|
|
1942
1428
|
* Use webpack5 recommendations ([cff4dc7](https://github.com/ntucker/anansi/commit/cff4dc7dd81ed4d5623b9fbe5895038bff7437f9))
|
|
1943
1429
|
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
1430
|
## [6.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@6.0.0-rc.0...@anansi/webpack-config@6.0.0) (2021-03-21)
|
|
1947
1431
|
|
|
1948
|
-
|
|
1949
1432
|
### 💅 Enhancement
|
|
1950
1433
|
|
|
1951
1434
|
* Remove webpack 4 conditionals ([#156](https://github.com/ntucker/anansi/issues/156)) ([cc0e28b](https://github.com/ntucker/anansi/commit/cc0e28b04bc18ad52ee61a95e9965c97cc41e314))
|
|
1952
1435
|
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
1436
|
## [6.0.0-rc.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.4.1...@anansi/webpack-config@6.0.0-rc.0) (2021-03-21)
|
|
1956
1437
|
|
|
1957
|
-
|
|
1958
1438
|
### ⚠ 💥 BREAKING CHANGES
|
|
1959
1439
|
|
|
1960
1440
|
* - drop support for webpack 4
|
|
@@ -1962,92 +1442,65 @@ Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to
|
|
|
1962
1442
|
|
|
1963
1443
|
### 📦 Package
|
|
1964
1444
|
|
|
1965
|
-
* Major webpack plugin upgrades for v5 support ([#75](https://github.com/ntucker/anansi/issues/75)) ([ff04988](https://github.com/ntucker/anansi/commit/ff049881d4a5894af4ceecc88de97c32fd7c5115))
|
|
1966
|
-
|
|
1967
|
-
|
|
1445
|
+
* Major webpack plugin upgrades for v5 support ([#75](https://github.com/ntucker/anansi/issues/75)) ([ff04988](https://github.com/ntucker/anansi/commit/ff049881d4a5894af4ceecc88de97c32fd7c5115))
|
|
1968
1446
|
|
|
1969
1447
|
### [5.4.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.4.0...@anansi/webpack-config@5.4.1) (2021-03-21)
|
|
1970
1448
|
|
|
1971
|
-
|
|
1972
1449
|
### 🐛 Bug Fix
|
|
1973
1450
|
|
|
1974
1451
|
* No more infinite loop in 6.2 storybook ([19c26db](https://github.com/ntucker/anansi/commit/19c26dbd7512abad5ddb55dd997cb89d132ce997))
|
|
1975
1452
|
* process ENV needed to use node polyfills ([de53ee7](https://github.com/ntucker/anansi/commit/de53ee727d0431b7a8b1f2d99f0997cc1b824be8))
|
|
1976
1453
|
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
1454
|
## [5.4.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.3.0...@anansi/webpack-config@5.4.0) (2021-03-21)
|
|
1980
1455
|
|
|
1981
|
-
|
|
1982
1456
|
### 🚀 Features
|
|
1983
1457
|
|
|
1984
1458
|
* Support apng, cur, ani files ([48e4087](https://github.com/ntucker/anansi/commit/48e4087270225518450e0ee4533c86e940b11e11))
|
|
1985
1459
|
|
|
1986
|
-
|
|
1987
1460
|
### 💅 Enhancement
|
|
1988
1461
|
|
|
1989
1462
|
* Simplify issuer regex ([5ebd06f](https://github.com/ntucker/anansi/commit/5ebd06f7c336f6dea0fe6036b9e01d63845e2701))
|
|
1990
1463
|
|
|
1991
|
-
|
|
1992
1464
|
### 🐛 Bug Fix
|
|
1993
1465
|
|
|
1994
1466
|
* Global css might have side effects ([8d53c9e](https://github.com/ntucker/anansi/commit/8d53c9ed330d9f3217e7b81f320f0cc7ee8aca82))
|
|
1995
1467
|
|
|
1996
|
-
|
|
1997
1468
|
### 📦 Package
|
|
1998
1469
|
|
|
1999
1470
|
* mini-css-extract-plugin, postcss, svgo patch ([b01a7b8](https://github.com/ntucker/anansi/commit/b01a7b88c1128d55c7e5be3365830973c9082a6a))
|
|
2000
1471
|
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
1472
|
## [5.3.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.2.4...@anansi/webpack-config@5.3.0) (2021-03-08)
|
|
2004
1473
|
|
|
2005
|
-
|
|
2006
1474
|
### 🚀 Features
|
|
2007
1475
|
|
|
2008
1476
|
* Add svgoOptions to override SVGO optimization ([021d427](https://github.com/ntucker/anansi/commit/021d42700f1efebd1adf6086aff8fec6bec2d730))
|
|
2009
1477
|
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
1478
|
### [5.2.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.2.3...@anansi/webpack-config@5.2.4) (2021-03-06)
|
|
2013
1479
|
|
|
2014
|
-
|
|
2015
1480
|
### 📦 Package
|
|
2016
1481
|
|
|
2017
1482
|
* SVGO and loader major ([dd7c594](https://github.com/ntucker/anansi/commit/dd7c594f50d25a7e59287d291f4ac23b0bf98972))
|
|
2018
1483
|
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
1484
|
### [5.2.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.2.2...@anansi/webpack-config@5.2.3) (2021-03-04)
|
|
2022
1485
|
|
|
2023
1486
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
2024
1487
|
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
1488
|
### [5.2.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.2.1...@anansi/webpack-config@5.2.2) (2021-02-24)
|
|
2030
1489
|
|
|
2031
|
-
|
|
2032
1490
|
### 💅 Enhancement
|
|
2033
1491
|
|
|
2034
1492
|
* Remove need for fancy loader resolution ([#110](https://github.com/ntucker/anansi/issues/110)) ([85d7a1c](https://github.com/ntucker/anansi/commit/85d7a1cf12037a919a1738285201e22535a2f28c))
|
|
2035
1493
|
|
|
2036
|
-
|
|
2037
1494
|
### 🐛 Bug Fix
|
|
2038
1495
|
|
|
2039
1496
|
* Storybook ([9f6d526](https://github.com/ntucker/anansi/commit/9f6d52636e13e224aac024fcddfde00a970e2a71))
|
|
2040
1497
|
|
|
2041
|
-
|
|
2042
1498
|
### 📦 Package
|
|
2043
1499
|
|
|
2044
1500
|
* mini-css-extract-plugin, react-dev-utils patch ([1959f32](https://github.com/ntucker/anansi/commit/1959f3260c7e7db322c131fead460fd1c6a51ea2))
|
|
2045
1501
|
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
1502
|
### [5.2.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.2.0...@anansi/webpack-config@5.2.1) (2021-02-20)
|
|
2049
1503
|
|
|
2050
|
-
|
|
2051
1504
|
### 📦 Package
|
|
2052
1505
|
|
|
2053
1506
|
* bump autoprefixer from 10.2.3 to 10.2.4 ([#97](https://github.com/ntucker/anansi/issues/97)) ([123dd86](https://github.com/ntucker/anansi/commit/123dd86167b297fbfcdc7d775aa6cd5bd594cd34))
|
|
@@ -2055,186 +1508,124 @@ Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 5.2.7 to
|
|
|
2055
1508
|
* bump react-dev-utils from 10.2.1 to 11.0.2 ([#94](https://github.com/ntucker/anansi/issues/94)) ([a38c7c4](https://github.com/ntucker/anansi/commit/a38c7c4aad67fc455d5a52eff0fbb153270422a2))
|
|
2056
1509
|
* bump rimraf from 3.0.0 to 3.0.2 ([#96](https://github.com/ntucker/anansi/issues/96)) ([d3a9f95](https://github.com/ntucker/anansi/commit/d3a9f95c401c72941b0fc2e4dd76a95c4039ab08))
|
|
2057
1510
|
|
|
2058
|
-
|
|
2059
1511
|
### 📝 Documentation
|
|
2060
1512
|
|
|
2061
1513
|
* Add upgrade guide to changelog ([63128c0](https://github.com/ntucker/anansi/commit/63128c03fc5c71b056c9e7673ecabea6aae7e1e6))
|
|
2062
1514
|
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
1515
|
## [5.2.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.14...@anansi/webpack-config@5.2.0) (2021-02-13)
|
|
2066
1516
|
|
|
2067
|
-
|
|
2068
1517
|
### 🚀 Features
|
|
2069
1518
|
|
|
2070
1519
|
* Option to preload fonts ([#92](https://github.com/ntucker/anansi/issues/92)) ([8976436](https://github.com/ntucker/anansi/commit/8976436466b9627ef2ac370acc7ab105466f9f17))
|
|
2071
1520
|
|
|
2072
|
-
|
|
2073
1521
|
### 📝 Documentation
|
|
2074
1522
|
|
|
2075
1523
|
* Add htmlOptions to readme ([3231fbd](https://github.com/ntucker/anansi/commit/3231fbde6ea7f793b1bce7be88b12a90180cc111))
|
|
2076
1524
|
* Formatting improvements ([245e59b](https://github.com/ntucker/anansi/commit/245e59b07ee551ba3c80207c176151c13078ee01))
|
|
2077
1525
|
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
1526
|
### [5.1.14](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.13...@anansi/webpack-config@5.1.14) (2021-02-13)
|
|
2081
1527
|
|
|
2082
|
-
|
|
2083
1528
|
### 💅 Enhancement
|
|
2084
1529
|
|
|
2085
1530
|
* Move NoEmitOnErrorsPlugin to non-deprecated method ([b25bdfb](https://github.com/ntucker/anansi/commit/b25bdfb12b56474a8051467ab57cd201d5c25bb5))
|
|
2086
1531
|
|
|
2087
|
-
|
|
2088
1532
|
### 📦 Package
|
|
2089
1533
|
|
|
2090
1534
|
* error-overlay-webpack-plugin, mini-css-extract-plugin patch ([89af772](https://github.com/ntucker/anansi/commit/89af772810d2d664ca63f5d24d724b89e3245854))
|
|
2091
1535
|
|
|
2092
|
-
|
|
2093
1536
|
### 📝 Documentation
|
|
2094
1537
|
|
|
2095
1538
|
* Update linaria instructions ([b0092b8](https://github.com/ntucker/anansi/commit/b0092b8bb0fe9424860387bacdfa5eb02c98458a))
|
|
2096
1539
|
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
1540
|
### [5.1.13](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.12...@anansi/webpack-config@5.1.13) (2021-02-13)
|
|
2100
1541
|
|
|
2101
1542
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
2102
1543
|
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
1544
|
### [5.1.12](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.11...@anansi/webpack-config@5.1.12) (2021-02-13)
|
|
2108
1545
|
|
|
2109
|
-
|
|
2110
1546
|
### 🐛 Bug Fix
|
|
2111
1547
|
|
|
2112
1548
|
* Include webpack config types ([6d2f0e2](https://github.com/ntucker/anansi/commit/6d2f0e2d3bbeb99ee5fc756c8023e29bd1efc05f))
|
|
2113
1549
|
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
1550
|
### [5.1.11](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.10...@anansi/webpack-config@5.1.11) (2021-02-13)
|
|
2117
1551
|
|
|
2118
|
-
|
|
2119
1552
|
### 📦 Package
|
|
2120
1553
|
|
|
2121
1554
|
* Bump babel (patch) ([22152c5](https://github.com/ntucker/anansi/commit/22152c51fce5534890a8737fc285a35228ee90ba))
|
|
2122
1555
|
* bump worker-loader from 3.0.7 to 3.0.8 ([#91](https://github.com/ntucker/anansi/issues/91)) ([c260de8](https://github.com/ntucker/anansi/commit/c260de83a85e7085f7e8afe980533428dbbcb152))
|
|
2123
1556
|
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
1557
|
### [5.1.10](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.9...@anansi/webpack-config@5.1.10) (2021-02-05)
|
|
2127
1558
|
|
|
2128
|
-
|
|
2129
1559
|
### 📦 Package
|
|
2130
1560
|
|
|
2131
1561
|
* bump ramda from 0.26.1 to 0.27.1 ([#78](https://github.com/ntucker/anansi/issues/78)) ([498e327](https://github.com/ntucker/anansi/commit/498e32768f195c8cc3b0e7aa37f24c63739467e4))
|
|
2132
1562
|
* webpack-fix-style-only-entries patch ([4881852](https://github.com/ntucker/anansi/commit/4881852c2e73bd3c12d2c2eacc3ea05c38d20a1b))
|
|
2133
1563
|
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
1564
|
### [5.1.9](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.8...@anansi/webpack-config@5.1.9) (2021-02-03)
|
|
2137
1565
|
|
|
2138
1566
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
2139
1567
|
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
1568
|
### [5.1.8](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.7...@anansi/webpack-config@5.1.8) (2021-01-23)
|
|
2145
1569
|
|
|
2146
|
-
|
|
2147
1570
|
### 📦 Package
|
|
2148
1571
|
|
|
2149
1572
|
* autoprefixer, html-webpack-plugin, mini-css-extract-plugin, worker-loader ([8dd7bd0](https://github.com/ntucker/anansi/commit/8dd7bd07f3929c1ea0a832cfe682b2700065ef05))
|
|
2150
1573
|
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
1574
|
### [5.1.7](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.6...@anansi/webpack-config@5.1.7) (2021-01-18)
|
|
2154
1575
|
|
|
2155
|
-
|
|
2156
1576
|
### 📦 Package
|
|
2157
1577
|
|
|
2158
1578
|
* minor post-css ([2b7d3a1](https://github.com/ntucker/anansi/commit/2b7d3a1f9f512cc2d4f0fa5bcfdaf83c8366f5a4))
|
|
2159
1579
|
* Require 5.12 webpack for html-plugin compat ([52d628c](https://github.com/ntucker/anansi/commit/52d628cb5afcbb7a94087085b433bd58c8dabadc))
|
|
2160
1580
|
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
1581
|
### [5.1.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.5...@anansi/webpack-config@5.1.6) (2020-12-29)
|
|
2164
1582
|
|
|
2165
|
-
|
|
2166
1583
|
### 💅 Enhancement
|
|
2167
1584
|
|
|
2168
1585
|
* Improve storybook support ([#58](https://github.com/ntucker/anansi/issues/58)) ([8d1d572](https://github.com/ntucker/anansi/commit/8d1d572a1574be83fc02e923378d81f5e3972c1c))
|
|
2169
1586
|
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
1587
|
### [5.1.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.4...@anansi/webpack-config@5.1.5) (2020-12-17)
|
|
2173
1588
|
|
|
2174
1589
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
2175
1590
|
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
1591
|
### [5.1.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.3...@anansi/webpack-config@5.1.4) (2020-12-04)
|
|
2181
1592
|
|
|
2182
|
-
|
|
2183
1593
|
### 📦 Package
|
|
2184
1594
|
|
|
2185
1595
|
* many patch updates, node-sass major ([7747784](https://github.com/ntucker/anansi/commit/774778458a1a7261902fc2afc14793a7dfb8c9fc))
|
|
2186
1596
|
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
1597
|
### [5.1.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.2...@anansi/webpack-config@5.1.3) (2020-11-14)
|
|
2190
1598
|
|
|
2191
|
-
|
|
2192
1599
|
### 🐛 Bug Fix
|
|
2193
1600
|
|
|
2194
1601
|
* Use normal node resolution ([#55](https://github.com/ntucker/anansi/issues/55)) ([96a90b7](https://github.com/ntucker/anansi/commit/96a90b7a1a18c9d5173cb27cf56ba8f530da2c1b))
|
|
2195
1602
|
|
|
2196
|
-
|
|
2197
1603
|
### 📦 Package
|
|
2198
1604
|
|
|
2199
1605
|
* @pmmmwh/react-refresh-webpack-plugin patch ([a00ee91](https://github.com/ntucker/anansi/commit/a00ee91dbd444bef936b1a869eb4e2d1d904e3cd))
|
|
2200
1606
|
* babel-loader minor, mini-css-extract-plugin patch ([4cb8e71](https://github.com/ntucker/anansi/commit/4cb8e71e805584b30c7f2ed5af0c68b5b2bb4d91))
|
|
2201
1607
|
* mini-css-extract-plugin minor ([47de30e](https://github.com/ntucker/anansi/commit/47de30ebfc9c6b498e11f8c67ce9ff4d5a3e59be))
|
|
2202
1608
|
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
1609
|
### [5.1.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.1...@anansi/webpack-config@5.1.2) (2020-10-27)
|
|
2206
1610
|
|
|
2207
1611
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
2208
1612
|
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
1613
|
### [5.1.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.1.0...@anansi/webpack-config@5.1.1) (2020-10-26)
|
|
2214
1614
|
|
|
2215
1615
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
2216
1616
|
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
1617
|
## [5.1.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@5.0.0...@anansi/webpack-config@5.1.0) (2020-10-24)
|
|
2222
1618
|
|
|
2223
|
-
|
|
2224
1619
|
### 🚀 Features
|
|
2225
1620
|
|
|
2226
1621
|
* Support new jsx transform for react 17 ([#53](https://github.com/ntucker/anansi/issues/53)) ([44c4a6a](https://github.com/ntucker/anansi/commit/44c4a6a7a60aa58d28ffd889b09841da9adfdb7a))
|
|
2227
1622
|
|
|
2228
|
-
|
|
2229
1623
|
### 📦 Package
|
|
2230
1624
|
|
|
2231
1625
|
* Babel patch to 7.12.1 ([14db1ab](https://github.com/ntucker/anansi/commit/14db1abf4f2853c30c8baf9a6aec100780d8d578))
|
|
2232
1626
|
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
1627
|
## [5.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@4.2.5...@anansi/webpack-config@5.0.0) (2020-10-24)
|
|
2236
1628
|
|
|
2237
|
-
|
|
2238
1629
|
### ⚠ 💥 BREAKING CHANGES
|
|
2239
1630
|
|
|
2240
1631
|
* args from period to space
|
|
@@ -2251,17 +1642,14 @@ before hoisted
|
|
|
2251
1642
|
|
|
2252
1643
|
* Support class static initialization blocks ([#47](https://github.com/ntucker/anansi/issues/47)) ([8625b5b](https://github.com/ntucker/anansi/commit/8625b5bd5b5745aaecfec09e9b09f723b23739a6))
|
|
2253
1644
|
|
|
2254
|
-
|
|
2255
1645
|
### 💅 Enhancement
|
|
2256
1646
|
|
|
2257
1647
|
* Switch webpack args to use --env. prefix. ([#50](https://github.com/ntucker/anansi/issues/50)) ([11933ef](https://github.com/ntucker/anansi/commit/11933ef4db7322303943c5cf152dff329cfdd935))
|
|
2258
1648
|
|
|
2259
|
-
|
|
2260
1649
|
### 🐛 Bug Fix
|
|
2261
1650
|
|
|
2262
1651
|
* Improve monorepo package resolution ([#49](https://github.com/ntucker/anansi/issues/49)) ([703af34](https://github.com/ntucker/anansi/commit/703af344c9ca33ce5442b4f86335479314b63f75))
|
|
2263
1652
|
|
|
2264
|
-
|
|
2265
1653
|
### 📦 Package
|
|
2266
1654
|
|
|
2267
1655
|
* Major: autoprefixer, postcss-loader ([#45](https://github.com/ntucker/anansi/issues/45)) ([1b3ec85](https://github.com/ntucker/anansi/commit/1b3ec851afadd5822bbd5b1ec62c4ceec33c7038))
|
|
@@ -2269,7 +1657,6 @@ before hoisted
|
|
|
2269
1657
|
* Require webpack-cli v4 ([#51](https://github.com/ntucker/anansi/issues/51)) ([4cc699f](https://github.com/ntucker/anansi/commit/4cc699ff60e943c69933d5f88368bd2b763a585c))
|
|
2270
1658
|
* Use webpack 5 by default ([#48](https://github.com/ntucker/anansi/issues/48)) ([f1e6631](https://github.com/ntucker/anansi/commit/f1e6631c47cf14360a224cdd8fbd9825179ff47a))
|
|
2271
1659
|
|
|
2272
|
-
|
|
2273
1660
|
### ⏫ Upgrade Guide
|
|
2274
1661
|
|
|
2275
1662
|
1) Upgrade webpack-cli to v4 `yarn add --dev webpack-cli@4`
|
|
@@ -2292,139 +1679,98 @@ before hoisted
|
|
|
2292
1679
|
```
|
|
2293
1680
|
</details>
|
|
2294
1681
|
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
1682
|
### [4.2.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@4.2.4...@anansi/webpack-config@4.2.5) (2020-10-02)
|
|
2298
1683
|
|
|
2299
|
-
|
|
2300
1684
|
### 💅 Enhancement
|
|
2301
1685
|
|
|
2302
1686
|
* Default to gzip when analyzing ([28bfe20](https://github.com/ntucker/anansi/commit/28bfe206f3af9e165d60932c6e1a858023febfa4))
|
|
2303
1687
|
* webpack-dev-server no longer peerDep ([16f8ea0](https://github.com/ntucker/anansi/commit/16f8ea06b1b2372db733602f223a3fc22b11eaff))
|
|
2304
1688
|
|
|
2305
|
-
|
|
2306
1689
|
### 📦 Package
|
|
2307
1690
|
|
|
2308
1691
|
* minor: css-loader, html-webpack-plugin, thread-loader; patch: mini-css-extract-plugin, worker-loader ([d95c0c9](https://github.com/ntucker/anansi/commit/d95c0c9fa78e4a179b1e5b6d34b5d9c5a8b0c469))
|
|
2309
1692
|
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
1693
|
### [4.2.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@4.2.3...@anansi/webpack-config@4.2.4) (2020-09-05)
|
|
2313
1694
|
|
|
2314
|
-
|
|
2315
1695
|
### 🐛 Bug Fix
|
|
2316
1696
|
|
|
2317
1697
|
* Storybook webpack reoslution ([4b00ff1](https://github.com/ntucker/anansi/commit/4b00ff107266472fa95db63d99950fba7608fd18))
|
|
2318
1698
|
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
1699
|
### [4.2.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@4.2.2...@anansi/webpack-config@4.2.3) (2020-09-05)
|
|
2322
1700
|
|
|
2323
|
-
|
|
2324
1701
|
### 💅 Enhancement
|
|
2325
1702
|
|
|
2326
1703
|
* Remove redundant postcss optimize, since we're using OptimizeCSSAssetsPlugin ([54e8540](https://github.com/ntucker/anansi/commit/54e85403b252ede003b08c33ef39e2a8744b9444))
|
|
2327
1704
|
|
|
2328
|
-
|
|
2329
1705
|
### 📦 Package
|
|
2330
1706
|
|
|
2331
1707
|
* react-refresh, optimize-css, autoprefixer patch ([c993d67](https://github.com/ntucker/anansi/commit/c993d6715f02d74e6acd77cebb5fcfa6520160c4))
|
|
2332
1708
|
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
1709
|
### [4.2.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@4.2.1...@anansi/webpack-config@4.2.2) (2020-09-01)
|
|
2336
1710
|
|
|
2337
1711
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
2338
1712
|
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
1713
|
### [4.2.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@4.2.0...@anansi/webpack-config@4.2.1) (2020-08-31)
|
|
2344
1714
|
|
|
2345
|
-
|
|
2346
1715
|
### 💅 Enhancement
|
|
2347
1716
|
|
|
2348
1717
|
* Warn about using unsupported storybook version ([7382a32](https://github.com/ntucker/anansi/commit/7382a32866cb1329d37740cff305efa2fe2209f5))
|
|
2349
1718
|
|
|
2350
|
-
|
|
2351
1719
|
### 📦 Package
|
|
2352
1720
|
|
|
2353
1721
|
* file-loader, html-webpack-plugin minor ([a7d4aed](https://github.com/ntucker/anansi/commit/a7d4aed2a415df1dbbe40e72dfcee036a0495c1c))
|
|
2354
1722
|
|
|
2355
|
-
|
|
2356
1723
|
### 📝 Documentation
|
|
2357
1724
|
|
|
2358
1725
|
* Notice about versions supported ([e270145](https://github.com/ntucker/anansi/commit/e270145d1eb4340c7c68ea3478c596ebfa7d15fa))
|
|
2359
1726
|
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
1727
|
## [4.2.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@4.1.2...@anansi/webpack-config@4.2.0) (2020-08-31)
|
|
2363
1728
|
|
|
2364
|
-
|
|
2365
1729
|
### 🚀 Features
|
|
2366
1730
|
|
|
2367
1731
|
* Fully support webpack 5 ([a095546](https://github.com/ntucker/anansi/commit/a0955460f27182e68cb3150abce2531cd649ea65))
|
|
2368
1732
|
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
1733
|
### [4.1.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@4.1.1...@anansi/webpack-config@4.1.2) (2020-08-30)
|
|
2372
1734
|
|
|
2373
|
-
|
|
2374
1735
|
### 💅 Enhancement
|
|
2375
1736
|
|
|
2376
1737
|
* Increase compatability with webpack 5 ([644a5d2](https://github.com/ntucker/anansi/commit/644a5d2f27eae9947507daffcaacbc7ed7fd771d))
|
|
2377
1738
|
|
|
2378
|
-
|
|
2379
1739
|
### 🐛 Bug Fix
|
|
2380
1740
|
|
|
2381
1741
|
* Storybook 6 compatibility ([f236cf6](https://github.com/ntucker/anansi/commit/f236cf62cba030abf26fb267cc44f5587b5edd85))
|
|
2382
1742
|
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
1743
|
### [4.1.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@4.1.0...@anansi/webpack-config@4.1.1) (2020-08-26)
|
|
2386
1744
|
|
|
2387
|
-
|
|
2388
1745
|
### 💅 Enhancement
|
|
2389
1746
|
|
|
2390
1747
|
* Streamline TypeScript webpack integration ([5ecb8c4](https://github.com/ntucker/anansi/commit/5ecb8c43c6a5b598f5e07bafb1b1c2f6f272d0bf))
|
|
2391
1748
|
|
|
2392
|
-
|
|
2393
1749
|
### 📝 Documentation
|
|
2394
1750
|
|
|
2395
1751
|
* Add badges to readmes ([e377889](https://github.com/ntucker/anansi/commit/e3778896d0e3f24a7ba4f35592b1de2e51273c85))
|
|
2396
1752
|
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
1753
|
## [4.1.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@4.0.1...@anansi/webpack-config@4.1.0) (2020-08-26)
|
|
2400
1754
|
|
|
2401
|
-
|
|
2402
1755
|
### 🚀 Features
|
|
2403
1756
|
|
|
2404
1757
|
* Support more video formats ([ffc03a0](https://github.com/ntucker/anansi/commit/ffc03a0f35fa702bb07625b85bfcf3cc134fd0eb))
|
|
2405
1758
|
|
|
2406
|
-
|
|
2407
1759
|
### 🐛 Bug Fix
|
|
2408
1760
|
|
|
2409
1761
|
* Don't apply sass to .css files ([c1cf8ca](https://github.com/ntucker/anansi/commit/c1cf8ca33829023c195b878137681a93ccfa6f80))
|
|
2410
1762
|
* Prioritize own loaders over user's for compatibility ([e86a9c9](https://github.com/ntucker/anansi/commit/e86a9c9eb3a58db124db13b93e3d337c57da67e8))
|
|
2411
1763
|
* Symlink no longer set in storybook ([e660d90](https://github.com/ntucker/anansi/commit/e660d90384eab97dfd3fb4a6fcec043699d5b257))
|
|
2412
1764
|
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
1765
|
### [4.0.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@4.0.0...@anansi/webpack-config@4.0.1) (2020-08-25)
|
|
2416
1766
|
|
|
2417
|
-
|
|
2418
1767
|
### 📝 Documentation
|
|
2419
1768
|
|
|
2420
1769
|
* Add linaria instructions step about including preset ([6f9bb5d](https://github.com/ntucker/anansi/commit/6f9bb5df2675da8e4bf4fbf5956cee1c8d7de1fe))
|
|
2421
1770
|
* Fix heading level in readme ([fe1ebd1](https://github.com/ntucker/anansi/commit/fe1ebd104a1205bc463a784bc906103993372f5f))
|
|
2422
1771
|
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
1772
|
## [4.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@3.0.1...@anansi/webpack-config@4.0.0) (2020-08-25)
|
|
2426
1773
|
|
|
2427
|
-
|
|
2428
1774
|
### ⚠ 💥 BREAKING CHANGES
|
|
2429
1775
|
|
|
2430
1776
|
* Path resolution will now resolve to symlink location,
|
|
@@ -2439,35 +1785,25 @@ node_modules only use cssmodules if .module extension is used
|
|
|
2439
1785
|
* Add extraJsLoaders option ([04e252c](https://github.com/ntucker/anansi/commit/04e252c5f33d78a8f2ce4d7436bce647bb7d5966))
|
|
2440
1786
|
* Support linaria and other css flexibility ([#41](https://github.com/ntucker/anansi/issues/41)) ([00cd6fd](https://github.com/ntucker/anansi/commit/00cd6fd4fe1a973fef4915613bdac372f1f91151))
|
|
2441
1787
|
|
|
2442
|
-
|
|
2443
1788
|
### 💅 Enhancement
|
|
2444
1789
|
|
|
2445
1790
|
* Remove resolve.symlinks = false ([c89f3e6](https://github.com/ntucker/anansi/commit/c89f3e62d887cc8938e46b58e7e2405bfa06d81c))
|
|
2446
1791
|
|
|
2447
|
-
|
|
2448
1792
|
### 🐛 Bug Fix
|
|
2449
1793
|
|
|
2450
1794
|
* Consistent css module options when in dev mode ([7a27d96](https://github.com/ntucker/anansi/commit/7a27d96726275a4a165aa96d392f721828af38c5))
|
|
2451
1795
|
|
|
2452
|
-
|
|
2453
1796
|
### 📦 Package
|
|
2454
1797
|
|
|
2455
1798
|
* Upgrade css-loader to v4 (major) ([32d57d2](https://github.com/ntucker/anansi/commit/32d57d2e885fd2fb129bad732cbbdcbaa513b584))
|
|
2456
1799
|
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
1800
|
## <small>3.0.1 (2020-08-14)</small>
|
|
2460
1801
|
|
|
2461
1802
|
* enhance: Upgrade to storybook 6 (major) ([da30bf7](https://github.com/ntucker/anansi/commit/da30bf7))
|
|
2462
1803
|
* pkg: Antd, terser ([ec300c1](https://github.com/ntucker/anansi/commit/ec300c1))
|
|
2463
1804
|
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
1805
|
## [3.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@2.1.1...@anansi/webpack-config@3.0.0) (2020-08-08)
|
|
2469
1806
|
|
|
2470
|
-
|
|
2471
1807
|
### ⚠ 💥 BREAKING CHANGES
|
|
2472
1808
|
|
|
2473
1809
|
* Set hardCacheOptions={} to re-enable plugin
|
|
@@ -2477,84 +1813,60 @@ node_modules only use cssmodules if .module extension is used
|
|
|
2477
1813
|
|
|
2478
1814
|
* Disable hard-cache-plugin by default ([d0facde](https://github.com/ntucker/anansi/commit/d0facde55f94ebeb55fbb483a0f9e269ac60e72c))
|
|
2479
1815
|
|
|
2480
|
-
|
|
2481
1816
|
### 🐛 Bug Fix
|
|
2482
1817
|
|
|
2483
1818
|
* worker-loader integration ([31ca6ac](https://github.com/ntucker/anansi/commit/31ca6ac07ede4d3f6ec2f36a3de8e52e5fe46fa1))
|
|
2484
1819
|
|
|
2485
|
-
|
|
2486
1820
|
### 📦 Package
|
|
2487
1821
|
|
|
2488
1822
|
* major worker-loader, webpack-node-externals (not affecting our config) ([ef7f8fd](https://github.com/ntucker/anansi/commit/ef7f8fdf59c722f01726dae02d38e0eb7905f5a2))
|
|
2489
1823
|
* react-refresh-webpack-plugin v4 ([9e3e64d](https://github.com/ntucker/anansi/commit/9e3e64d7cc7ef83d2760c399b6cf62488ef49a78))
|
|
2490
1824
|
* Terser major upgrade ([e860b73](https://github.com/ntucker/anansi/commit/e860b73372b229fc3a2f091aab1b4a663dbfa726))
|
|
2491
1825
|
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
1826
|
### [2.1.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@2.1.0...@anansi/webpack-config@2.1.1) (2020-07-31)
|
|
2495
1827
|
|
|
2496
|
-
|
|
2497
1828
|
### 🏠 Internal
|
|
2498
1829
|
|
|
2499
1830
|
* Bump internal packages ([f87eb44](https://github.com/ntucker/anansi/commit/f87eb44e59e1481ab8dd16c84d501b922071a919))
|
|
2500
1831
|
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
1832
|
## [2.1.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@2.0.4...@anansi/webpack-config@2.1.0) (2020-07-31)
|
|
2504
1833
|
|
|
2505
|
-
|
|
2506
1834
|
### 🚀 Features
|
|
2507
1835
|
|
|
2508
1836
|
* New CLI option --readable ([00beef8](https://github.com/ntucker/anansi/commit/00beef88419175f080d20efebbebb7e26b5c05d0))
|
|
2509
1837
|
|
|
2510
|
-
|
|
2511
1838
|
### 📦 Package
|
|
2512
1839
|
|
|
2513
1840
|
* Upgrade babel to 7.11 ([9d8cd12](https://github.com/ntucker/anansi/commit/9d8cd124b7cd5d2f31bfda57dccae32bef46af1c))
|
|
2514
1841
|
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
1842
|
### [2.0.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@2.0.3...@anansi/webpack-config@2.0.4) (2020-07-18)
|
|
2518
1843
|
|
|
2519
|
-
|
|
2520
1844
|
### 📦 Package
|
|
2521
1845
|
|
|
2522
1846
|
* terser-webpack-plugin, autoprefixer ([94a7f99](https://github.com/ntucker/anansi/commit/94a7f99bb0a8ce15db88439b32afa8d99556165c))
|
|
2523
1847
|
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
1848
|
### [2.0.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@2.0.2...@anansi/webpack-config@2.0.3) (2020-07-11)
|
|
2527
1849
|
|
|
2528
|
-
|
|
2529
1850
|
### 📦 Package
|
|
2530
1851
|
|
|
2531
1852
|
* raw-loader, terser-webpack-plugin major ([5d2e5b0](https://github.com/ntucker/anansi/commit/5d2e5b026439c4845f190b767270e44112e1e0af))
|
|
2532
1853
|
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
1854
|
### [2.0.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@2.0.1...@anansi/webpack-config@2.0.2) (2020-07-11)
|
|
2536
1855
|
|
|
2537
|
-
|
|
2538
1856
|
### 📦 Package
|
|
2539
1857
|
|
|
2540
1858
|
* react-dev-utils, react-docgen-typescript-loader, sass-loader ([3d7cbc5](https://github.com/ntucker/anansi/commit/3d7cbc59473a9472bb7da940de22df95994ddb43))
|
|
2541
1859
|
* webpack-bundle-analyzer, webpack-fix-style-only-entries ([3f5b85f](https://github.com/ntucker/anansi/commit/3f5b85fd010a7c9a0d7b4b14a4804c8d9233a61d))
|
|
2542
1860
|
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
1861
|
### [2.0.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@2.0.0...@anansi/webpack-config@2.0.1) (2020-07-01)
|
|
2546
1862
|
|
|
2547
|
-
|
|
2548
1863
|
### 💅 Enhancement
|
|
2549
1864
|
|
|
2550
1865
|
* Bump style plugins/loaders ([2e25bd3](https://github.com/ntucker/anansi/commit/2e25bd33da6d1aa5230a989388b15fdacab8457c))
|
|
2551
1866
|
* Don't extract global css into js ([82abbdb](https://github.com/ntucker/anansi/commit/82abbdbc31e767a5ef57faf46347b79ba152ffd4))
|
|
2552
1867
|
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
1868
|
## [2.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@1.0.6...@anansi/webpack-config@2.0.0) (2020-07-01)
|
|
2556
1869
|
|
|
2557
|
-
|
|
2558
1870
|
### ⚠ 💥 BREAKING CHANGES
|
|
2559
1871
|
|
|
2560
1872
|
* export.scss is no longer automatically included.
|
|
@@ -2565,74 +1877,50 @@ node_modules only use cssmodules if .module extension is used
|
|
|
2565
1877
|
* Add sassResources option. Without it export.scss is not provided ([34901d2](https://github.com/ntucker/anansi/commit/34901d24cdd6ce48da47fbc584439f0abbcbfc6f))
|
|
2566
1878
|
* SVG as component or url string based on import ([#36](https://github.com/ntucker/anansi/issues/36)) ([1497183](https://github.com/ntucker/anansi/commit/14971839054e8dbc352a8ba8267a28f915541369))
|
|
2567
1879
|
|
|
2568
|
-
|
|
2569
1880
|
### 🐛 Bug Fix
|
|
2570
1881
|
|
|
2571
1882
|
* Optional chaining 'Module parse failed' when targetting newer browsers ([55d7c1e](https://github.com/ntucker/anansi/commit/55d7c1e5ba3ab9d8e22567790173ca868b9536ef))
|
|
2572
1883
|
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
1884
|
### [1.0.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@1.0.5...@anansi/webpack-config@1.0.6) (2020-06-28)
|
|
2576
1885
|
|
|
2577
|
-
|
|
2578
1886
|
### 📦 Package
|
|
2579
1887
|
|
|
2580
1888
|
* Minor html-webpack-plugin, patch react-refresh-webpack-plugin ([466462d](https://github.com/ntucker/anansi/commit/466462dc3c5561d61a3504094b575fe245e81838))
|
|
2581
1889
|
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
1890
|
### [1.0.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@1.0.4...@anansi/webpack-config@1.0.5) (2020-05-28)
|
|
2585
1891
|
|
|
2586
|
-
|
|
2587
1892
|
### 📦 Package
|
|
2588
1893
|
|
|
2589
1894
|
* Upgrade to babel 7.10 ([b97dca4](https://github.com/ntucker/anansi/commit/b97dca4dcd2eb02bd65a8377b1fea94b466c97ec))
|
|
2590
1895
|
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
1896
|
### [1.0.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@1.0.3...@anansi/webpack-config@1.0.4) (2020-05-25)
|
|
2594
1897
|
|
|
2595
|
-
|
|
2596
1898
|
### 📦 Package
|
|
2597
1899
|
|
|
2598
1900
|
* react-refresh patch ([84a4a0a](https://github.com/ntucker/anansi/commit/84a4a0a31c99f4320b0a16774a114cda1c4b4030))
|
|
2599
1901
|
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
1902
|
### [1.0.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@1.0.2...@anansi/webpack-config@1.0.3) (2020-05-13)
|
|
2603
1903
|
|
|
2604
1904
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
2605
1905
|
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
1906
|
### [1.0.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@1.0.1...@anansi/webpack-config@1.0.2) (2020-05-11)
|
|
2611
1907
|
|
|
2612
|
-
|
|
2613
1908
|
### 🐛 Bug Fix
|
|
2614
1909
|
|
|
2615
1910
|
* Security vuln package updates ([#35](https://github.com/ntucker/anansi/issues/35)) ([ce15d09](https://github.com/ntucker/anansi/commit/ce15d09f7c16ce06c0e9d84cd9a8311e55ccdc81))
|
|
2616
1911
|
|
|
2617
|
-
|
|
2618
1912
|
### 📦 Package
|
|
2619
1913
|
|
|
2620
1914
|
* Upgrade react-refresh webpack plugin to 0.3.1 ([7a47c7e](https://github.com/ntucker/anansi/commit/7a47c7e5b91c7293f2421a1ace7f3104d4178b17))
|
|
2621
1915
|
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
1916
|
### [1.0.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@1.0.0...@anansi/webpack-config@1.0.1) (2020-05-02)
|
|
2625
1917
|
|
|
2626
|
-
|
|
2627
1918
|
### 📦 Package
|
|
2628
1919
|
|
|
2629
1920
|
* url-loader (major) ([8a1de61](https://github.com/ntucker/anansi/commit/8a1de61b0cea1af0df3de2bad35996adf04f76a8))
|
|
2630
1921
|
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
1922
|
## [1.0.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.20.2...@anansi/webpack-config@1.0.0) (2020-04-19)
|
|
2634
1923
|
|
|
2635
|
-
|
|
2636
1924
|
### ⚠ 💥 BREAKING CHANGES
|
|
2637
1925
|
|
|
2638
1926
|
* Use of html plugin has changed. See:
|
|
@@ -2644,189 +1932,124 @@ https://dev.to/jantimon/html-webpack-plugin-4-has-been-released-125d
|
|
|
2644
1932
|
* Bump a few webpack plugins ([#34](https://github.com/ntucker/anansi/issues/34)) ([7b29fb1](https://github.com/ntucker/anansi/commit/7b29fb1811f66f19dd44d26e7b2bf5f1177dc919))
|
|
2645
1933
|
* Upgrade html-webpack-plugin to 4 series ([044f9ef](https://github.com/ntucker/anansi/commit/044f9ef89bebdfee96e63e7d5b99d3b06a0b56e1))
|
|
2646
1934
|
|
|
2647
|
-
|
|
2648
1935
|
### 🏠 Internal
|
|
2649
1936
|
|
|
2650
1937
|
* Bump dev webpack for plugin ([f696d31](https://github.com/ntucker/anansi/commit/f696d31d456f855b71cc64a4e0aa55788311be98))
|
|
2651
1938
|
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
1939
|
### [0.20.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.20.1...@anansi/webpack-config@0.20.2) (2020-04-09)
|
|
2655
1940
|
|
|
2656
1941
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
2657
1942
|
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
1943
|
### [0.20.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.20.0...@anansi/webpack-config@0.20.1) (2020-03-22)
|
|
2663
1944
|
|
|
2664
1945
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
2665
1946
|
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
1947
|
## [0.20.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.19.8...@anansi/webpack-config@0.20.0) (2020-03-22)
|
|
2671
1948
|
|
|
2672
|
-
|
|
2673
1949
|
### 🚀 Features
|
|
2674
1950
|
|
|
2675
1951
|
* Automatically detect webpack target in babel ([#32](https://github.com/ntucker/anansi/issues/32)) ([257b64e](https://github.com/ntucker/anansi/commit/257b64e539c662693d31e1335eade9ad25d5a633))
|
|
2676
1952
|
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
1953
|
### [0.19.8](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.19.7...@anansi/webpack-config@0.19.8) (2020-03-14)
|
|
2680
1954
|
|
|
2681
1955
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
2682
1956
|
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
1957
|
### [0.19.7](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.19.6...@anansi/webpack-config@0.19.7) (2020-03-08)
|
|
2688
1958
|
|
|
2689
|
-
|
|
2690
1959
|
### 📦 Package
|
|
2691
1960
|
|
|
2692
1961
|
* Babel typescript, preset-env ([ec8adcf](https://github.com/ntucker/anansi/commit/ec8adcf96a5001ea734e906d42eb47c6369caaac))
|
|
2693
1962
|
|
|
2694
|
-
|
|
2695
1963
|
### 📝 Documentation
|
|
2696
1964
|
|
|
2697
1965
|
* Add more keywords ([2a080e5](https://github.com/ntucker/anansi/commit/2a080e5ff3b2498297afd2603a51a8700a2e8100))
|
|
2698
1966
|
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
1967
|
### [0.19.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.19.5...@anansi/webpack-config@0.19.6) (2020-02-17)
|
|
2702
1968
|
|
|
2703
|
-
|
|
2704
1969
|
### 🏠 Internal
|
|
2705
1970
|
|
|
2706
1971
|
* Update linting configs ([df4447e](https://github.com/ntucker/anansi/commit/df4447eed9401b7d01361c80bcd13cc4fc49f7a1))
|
|
2707
1972
|
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
1973
|
### [0.19.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.19.4...@anansi/webpack-config@0.19.5) (2020-02-16)
|
|
2711
1974
|
|
|
2712
1975
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
2713
1976
|
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
1977
|
### [0.19.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.19.3...@anansi/webpack-config@0.19.4) (2020-01-29)
|
|
2719
1978
|
|
|
2720
|
-
|
|
2721
1979
|
### 🐛 Bug Fix
|
|
2722
1980
|
|
|
2723
1981
|
* Remove inline chunks until htmlwebpackplugin is v4 ([cbf55c9](https://github.com/ntucker/anansi/commit/cbf55c97a47ca357969a25d34b2b3dc786a12329))
|
|
2724
1982
|
|
|
2725
|
-
|
|
2726
1983
|
### 📦 Package
|
|
2727
1984
|
|
|
2728
1985
|
* react-refresh, terser-plugin ([e25caad](https://github.com/ntucker/anansi/commit/e25caadc73847006e62497b05cbcaf7df5347b47))
|
|
2729
1986
|
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
1987
|
### [0.19.3](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.19.2...@anansi/webpack-config@0.19.3) (2020-01-27)
|
|
2733
1988
|
|
|
2734
1989
|
**Note:** Version bump only for package @anansi/webpack-config
|
|
2735
1990
|
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
1991
|
### [0.19.2](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.19.1...@anansi/webpack-config@0.19.2) (2020-01-13)
|
|
2741
1992
|
|
|
2742
|
-
|
|
2743
1993
|
### 💅 Enhancement
|
|
2744
1994
|
|
|
2745
1995
|
* Inline webpack runtime chunk in prod ([#22](https://github.com/ntucker/anansi/issues/22)) ([075eed0](https://github.com/ntucker/anansi/commit/075eed00ff65f75701120fb5ca80fddfd13b3602))
|
|
2746
1996
|
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
1997
|
### [0.19.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.19.0...@anansi/webpack-config@0.19.1) (2020-01-07)
|
|
2750
1998
|
|
|
2751
|
-
|
|
2752
1999
|
### 📦 Package
|
|
2753
2000
|
|
|
2754
2001
|
* lerna, eslint ([ce1eaa3](https://github.com/ntucker/anansi/commit/ce1eaa37a02914ddb6ca83a28dfef1f0ec9e5a38))
|
|
2755
2002
|
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
2003
|
## [0.19.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.18.1...@anansi/webpack-config@0.19.0) (2019-12-18)
|
|
2759
2004
|
|
|
2760
|
-
|
|
2761
2005
|
### 🚀 Features
|
|
2762
2006
|
|
|
2763
2007
|
* Add babelLoader to customize babel loader options ([#16](https://github.com/ntucker/anansi/issues/16)) ([38667a4](https://github.com/ntucker/anansi/commit/38667a4d14638f8b8928863191c198c9516c8845))
|
|
2764
2008
|
* Add babelRoot to webpack config generator ([#15](https://github.com/ntucker/anansi/issues/15)) ([f5d95d6](https://github.com/ntucker/anansi/commit/f5d95d6fb6d0be2d29e1249f804e8158a0b8d5d3))
|
|
2765
2009
|
|
|
2766
|
-
|
|
2767
2010
|
### 🐛 Bug Fix
|
|
2768
2011
|
|
|
2769
2012
|
* Fix webpack's babel loader ([854c4be](https://github.com/ntucker/anansi/commit/854c4befc5146d44e95dc57d305a38910b2fb8e0))
|
|
2770
2013
|
* Storybook with webpack - don't use react-refresh with it ([#17](https://github.com/ntucker/anansi/issues/17)) ([70a4b1f](https://github.com/ntucker/anansi/commit/70a4b1f7180e1a22fa323338504ae5a7cdab338d))
|
|
2771
2014
|
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
2015
|
### [0.18.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.18.0...@anansi/webpack-config@0.18.1) (2019-12-11)
|
|
2775
2016
|
|
|
2776
|
-
|
|
2777
2017
|
### 🐛 Bug Fix
|
|
2778
2018
|
|
|
2779
2019
|
* Disable react-refresh in storybook context ([63b299e](https://github.com/ntucker/anansi/commit/63b299eb8c49173db08b3ef46fe34199888d647a))
|
|
2780
2020
|
|
|
2781
|
-
|
|
2782
2021
|
### 📝 Documentation
|
|
2783
2022
|
|
|
2784
2023
|
* Link to monorepo directories in npm repo listing ([b7dc1d5](https://github.com/ntucker/anansi/commit/b7dc1d5b1a6f3b163c9d155e3847c8d079f6b4cf))
|
|
2785
2024
|
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
2025
|
## [0.18.0](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.17.6...@anansi/webpack-config@0.18.0) (2019-12-09)
|
|
2789
2026
|
|
|
2790
|
-
|
|
2791
2027
|
### 🚀 Features
|
|
2792
2028
|
|
|
2793
2029
|
* Eslint TypeScript support ([#14](https://github.com/ntucker/anansi/issues/14)) ([2679e26](https://github.com/ntucker/anansi/commit/2679e2683759b3200bb2985b947cf07208e49005))
|
|
2794
2030
|
* Use react fast-refresh instead of hot-reloader ([#13](https://github.com/ntucker/anansi/issues/13)) ([1ca29a4](https://github.com/ntucker/anansi/commit/1ca29a4d19746e5238771782192e24289abb59b8))
|
|
2795
2031
|
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
2032
|
### [0.17.6](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.17.5...@anansi/webpack-config@0.17.6) (2019-12-01)
|
|
2799
2033
|
|
|
2800
|
-
|
|
2801
2034
|
### 💅 Enhancement
|
|
2802
2035
|
|
|
2803
2036
|
* Change default production htmlOptions to have empty title ([#11](https://github.com/ntucker/anansi/issues/11)) ([36ac2e6](https://github.com/ntucker/anansi/commit/36ac2e6a14e9ed49f43d43e8242817245d435fe9))
|
|
2804
2037
|
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
2038
|
### [0.17.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.17.4...@anansi/webpack-config@0.17.5) (2019-11-19)
|
|
2808
2039
|
|
|
2809
|
-
|
|
2810
2040
|
### 💅 Enhancement
|
|
2811
2041
|
|
|
2812
2042
|
* ENV configurable publicPath ([#9](https://github.com/ntucker/anansi/issues/9)) ([c5b6aa2](https://github.com/ntucker/anansi/commit/c5b6aa27f3a31e2c23e39301823a3e84bdcb21e7))
|
|
2813
2043
|
* Error on htmlOptions set to 'undefined' ([#8](https://github.com/ntucker/anansi/issues/8)) ([76b44da](https://github.com/ntucker/anansi/commit/76b44dafd0ae581dcac5653e890913c22e2d9058))
|
|
2814
2044
|
|
|
2815
|
-
|
|
2816
2045
|
### 📦 Package
|
|
2817
2046
|
|
|
2818
2047
|
* svgo patch, react-docgen-typescript-loader minor ([#10](https://github.com/ntucker/anansi/issues/10)) ([d59dc85](https://github.com/ntucker/anansi/commit/d59dc858188d08643bcd1f083f8928969e5dc404))
|
|
2819
2048
|
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
2049
|
## <small>0.17.4 (2019-11-13)</small>
|
|
2823
2050
|
|
|
2824
2051
|
* internal: Configure changelog tags ([6d752d0](https://github.com/ntucker/anansi/commit/6d752d0))
|
|
2825
2052
|
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
2053
|
## [0.17.1](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@0.17.0...@anansi/webpack-config@0.17.1) (2019-11-10)
|
|
2831
2054
|
|
|
2832
2055
|
**Note:** Version bump only for package @anansi/webpack-config
|