diff --git a/README.md b/README.md index e9113fdaa..66ea8e460 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: - diff --git a/packages/cli/package.json b/packages/cli/package.json index 292604f96..6f35f954b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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",
PatternExamples