Skip to content

Commit d9701e5

Browse files
authored
Bump async loader (#1337)
* Bump async-loader package version in CLI * Change minimum required node version to v8
1 parent deee3c0 commit d9701e5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
### Installation
4747

48-
> **Important**: [Node.js](https://nodejs.org/en/) > V6.x is a minimum requirement.
48+
> **Important**: [Node.js](https://nodejs.org/en/) > V8.x is a minimum requirement.
4949
5050
```sh
5151
$ npm install -g preact-cli
@@ -373,7 +373,6 @@ The default templates comes with a `.css` file for each component. You can start
373373

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

376-
377376
<table>
378377
<thead><tr><th>Pattern</th><th>Examples</th></tr></thead>
379378
<tbody>

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@babel/plugin-transform-react-jsx": "^7.9.0",
7979
"@babel/preset-env": "^7.9.0",
8080
"@babel/preset-typescript": "^7.9.0",
81-
"@preact/async-loader": "^3.0.0-rc.12",
81+
"@preact/async-loader": "^3.0.0",
8282
"@prefresh/webpack": "^0.8.1",
8383
"autoprefixer": "^9.6.0",
8484
"babel-esm-plugin": "^0.9.0",

0 commit comments

Comments
 (0)