You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2022. It is now read-only.
Test repo for `postcss-loader` to help debugging issues after upgrade of `postcss-loader` from version `1.3.3` to `2.0.5`[see #232](https://github.com/postcss/postcss-loader/issues/232)
3
+
4
+
## Summary:
5
+
6
+
The only change between two versions below is an edit in [`package.json`:](https://github.com/olegstepura/postcss-loader-test/blob/master/package.json#L61)
7
+
```diff
8
+
- "postcss-loader": "^1.3.3",
9
+
+ "postcss-loader": "^2.0.5",
10
+
```
11
+
And run `npm i` inside test repo folder after edit.
12
+
13
+
### With version `1.3.3`:
14
+
<details>
15
+
<summary>Big screen, everything is stacked good (click to see screenshot)</summary>
0 commit comments