We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26611f9 commit 82c63c3Copy full SHA for 82c63c3
readme.md
@@ -15,6 +15,8 @@ it to the `plugins` config. In the example below we're using the `autoprefixer`
15
npm install autoprefixer @types/autoprefixer --save-dev
16
```
17
18
+This plugin requires Node.js 14 or higher. For older Node versions, see the 1.x release.
19
+
20
#### stencil.config.ts
21
```ts
22
import { Config } from '@stencil/core';
0 commit comments