We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f01c1 commit 1f3a720Copy full SHA for 1f3a720
README.md
@@ -22,12 +22,12 @@ This build plugin is a utility for supporting Angular Universal on Netlify. This
22
TBD
23
```
24
25
-2. From your project's base directory, add this plugin to `devDependencies` in
+2. From your project's base directory, add this plugin to `dependencies` in
26
`package.json`.
27
28
```bash
29
-# yarn add -D @netlify/plugin-angular-serverless
30
-npm install -D @netlify/plugin-angular-serverless
+# yarn add --save @netlify/plugin-angular-serverless
+npm install --save @netlify/plugin-angular-serverless
31
32
33
Read more about
0 commit comments