Skip to content

Commit

Permalink
Bump async loader (#1337)
Browse files Browse the repository at this point in the history
* Bump async-loader package version in CLI

* Change minimum required node version to v8
  • Loading branch information
reznord committed Jul 20, 2020
1 parent deee3c0 commit d9701e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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

0 comments on commit d9701e5

Please sign in to comment.