Skip to content

Commit

Permalink
Merge pull request #98 from zuriscript/chore/upgrade-19
Browse files Browse the repository at this point in the history
Chore/upgrade 19
  • Loading branch information
zuriscript authored Dec 16, 2024
2 parents 4fb3f30 + b49dde7 commit 55b9328
Show file tree
Hide file tree
Showing 11 changed files with 5,437 additions and 3,374 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
run: npm run test

- name: Check Tree-shakeability
run: npx agadoo ./dist/signalstory/esm2022/signalstory.mjs
run: npx agadoo ./dist/signalstory/fesm2022/signalstory.mjs
18 changes: 8 additions & 10 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,20 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/sample",
"statsJson": true,
"outputPath": {
"base": "dist/sample"
},
"index": "sample/src/index.html",
"main": "sample/src/main.ts",
"polyfills": ["zone.js"],
"tsConfig": "sample/tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"sample/src/favicon.ico",
"sample/src/assets"
],
"assets": ["sample/src/favicon.ico", "sample/src/assets"],
"styles": ["sample/src/styles.scss"],
"scripts": []
"scripts": [],
"browser": "sample/src/main.ts"
},
"configurations": {
"production": {
Expand All @@ -100,9 +100,7 @@
"outputHashing": "all"
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
Expand Down
Loading

0 comments on commit 55b9328

Please sign in to comment.