Skip to content

Commit 6d1c0a7

Browse files
committed
Merge remote-tracking branch 'origin/main' into postcss-preset-env--v8
2 parents 1694300 + 1ce4f51 commit 6d1c0a7

File tree

17 files changed

+2569
-1449
lines changed

17 files changed

+2569
-1449
lines changed

e2e/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# e2e tests
2+
3+
We try to standardize how we build, bundle and publish each plugin.
4+
To verify that we are doing this correctly for the ecosystem as a whole we have a set of e2e tests.
5+
6+
Things we currently verify :
7+
- can we use plugins with `postcss-loader`?
8+
- can we bundle plugins with `webpack` and use them in a browser?
9+
- can we use TypeScript and import/run plugins?
10+
- can we use plugins with `postcss-cli`?
11+
12+
We want to be sure that any give change is safe for as many users as possible.
13+
14+
_Contributions are welcome._

0 commit comments

Comments
 (0)