Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

### Installation

> **Important**: [Node.js](https://nodejs.org/en/) > V6.x is a minimum requirement.
> **Important**: [Node.js](https://nodejs.org/en/) > V8.x is a minimum requirement.

```sh
$ npm install -g preact-cli
Expand Down Expand Up @@ -373,7 +373,6 @@ The default templates comes with a `.css` file for each component. You can start

Automatic code splitting is applied to all JavaScript and TypeScript files in the following locations:


<table>
<thead><tr><th>Pattern</th><th>Examples</th></tr></thead>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@babel/plugin-transform-react-jsx": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@preact/async-loader": "^3.0.0-rc.12",
"@preact/async-loader": "^3.0.0",
"@prefresh/webpack": "^0.8.1",
"autoprefixer": "^9.6.0",
"babel-esm-plugin": "^0.9.0",
Expand Down