Skip to content

Commit eb17dcd

Browse files
committed
fix(demo): fix build
1 parent 1360a33 commit eb17dcd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@
220220
"optimization": true,
221221
"outputHashing": "all",
222222
"sourceMap": false,
223-
"extractCss": true,
224223
"namedChunks": false,
225224
"extractLicenses": true,
226225
"vendorChunk": false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"e2e": "ng e2e",
2929
"docs": "compodoc -p src/tsconfig.app.json -d docs",
3030
"docs:dirs": "gulp create-docs-dirs",
31-
"docs:prod": "npm run build -- docs --prod --aot --base-href /ngx-admin/",
31+
"docs:prod": "npm run build -- docs --configuration production --aot --aot --base-href /ngx-admin/",
3232
"docs:build": "npm-run-all docs:prod docs:dirs",
3333
"docs:serve": "npm start -- docs --port 4100",
3434
"docs:gh-pages": "ts-node -P ./scripts/docs/tsconfig.json ./scripts/docs/build-docs.ts",

0 commit comments

Comments
 (0)