Skip to content

Commit 55b9328

Browse files
authored
Merge pull request #98 from zuriscript/chore/upgrade-19
Chore/upgrade 19
2 parents 4fb3f30 + b49dde7 commit 55b9328

File tree

11 files changed

+5437
-3374
lines changed

11 files changed

+5437
-3374
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
run: npm run test
4646

4747
- name: Check Tree-shakeability
48-
run: npx agadoo ./dist/signalstory/esm2022/signalstory.mjs
48+
run: npx agadoo ./dist/signalstory/fesm2022/signalstory.mjs

angular.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,20 @@
6868
"prefix": "app",
6969
"architect": {
7070
"build": {
71-
"builder": "@angular-devkit/build-angular:browser",
71+
"builder": "@angular-devkit/build-angular:application",
7272
"options": {
73-
"outputPath": "dist/sample",
73+
"statsJson": true,
74+
"outputPath": {
75+
"base": "dist/sample"
76+
},
7477
"index": "sample/src/index.html",
75-
"main": "sample/src/main.ts",
7678
"polyfills": ["zone.js"],
7779
"tsConfig": "sample/tsconfig.app.json",
7880
"inlineStyleLanguage": "scss",
79-
"assets": [
80-
"sample/src/favicon.ico",
81-
"sample/src/assets"
82-
],
81+
"assets": ["sample/src/favicon.ico", "sample/src/assets"],
8382
"styles": ["sample/src/styles.scss"],
84-
"scripts": []
83+
"scripts": [],
84+
"browser": "sample/src/main.ts"
8585
},
8686
"configurations": {
8787
"production": {
@@ -100,9 +100,7 @@
100100
"outputHashing": "all"
101101
},
102102
"development": {
103-
"buildOptimizer": false,
104103
"optimization": false,
105-
"vendorChunk": true,
106104
"extractLicenses": false,
107105
"sourceMap": true,
108106
"namedChunks": true

0 commit comments

Comments
 (0)