We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eae045b + 5453669 commit c8aefc6Copy full SHA for c8aefc6
3 files changed
angular.json
@@ -20,7 +20,8 @@
20
"os"
21
],
22
"outputPath": {
23
- "base": "dist"
+ "base": "dist",
24
+ "browser": ""
25
},
26
"index": "src/index.html",
27
"tsConfig": "src/tsconfig.app.json",
package.json
@@ -5,7 +5,6 @@
5
"scripts": {
6
"ng": "ng",
7
"dev": "ng serve --disable-host-check --host 0.0.0.0 --watch --configuration=local ",
8
- "postinstall": "node scripts/postinstall.js",
9
"start": "ng serve",
10
"build": "ng build --output-hashing=all",
11
"build-local": "ng build --output-hashing=all --configuration=local",
scripts/postinstall.js
0 commit comments