Skip to content

Commit

Permalink
feat: 🎸 add svg to data url pipe (#125)
Browse files Browse the repository at this point in the history
* feat: 🎸 add svg to data url pipe

* refactor: 💡 change imports and fix build
  • Loading branch information
shaharkazaz authored Jan 29, 2023
1 parent 19ae037 commit 5a59546
Show file tree
Hide file tree
Showing 12 changed files with 3,815 additions and 10,714 deletions.
13 changes: 12 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,21 @@
"maximumError": "10kb"
}
]
},
"development": {
"buildOptimizer": false,
"optimization": false,
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true
}
}
},
"serve": {
"builder": "@angular-builders/custom-webpack:dev-server",
"options": {
"browserTarget": "playground:build"
"browserTarget": "playground:build:development"
},
"configurations": {
"production": {
Expand Down Expand Up @@ -132,5 +140,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 5a59546

Please sign in to comment.