Skip to content

Commit a275c5e

Browse files
Version Packages
1 parent 8f3149f commit a275c5e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/mighty-squids-turn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/webpack-loader/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @compiled/webpack-loader
22

3+
## 0.14.1
4+
5+
### Patch Changes
6+
7+
- 8f3149fa: When parsing the Webpack config `rules` option, also handle the situation where a rule might be falsy (null, undefined, 0, "")
8+
39
## 0.14.0
410

511
### Minor Changes

packages/webpack-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compiled/webpack-loader",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "A familiar and performant compile time CSS-in-JS library for React.",
55
"homepage": "https://compiledcssinjs.com/docs/pkg-webpack-loader",
66
"bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",

0 commit comments

Comments
 (0)