Skip to content

Commit

Permalink
updated angular and electron (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vegita2 committed Feb 9, 2024
1 parent 01a298f commit 7c95e01
Show file tree
Hide file tree
Showing 7 changed files with 6,582 additions and 5,161 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
### Changed
- Updated Angular and Electron versions.
Should include some performance improvements when running the electron build
## [1.3.0] 2024-01-31
### Added
- Render dimensions when selecting multiple tiles [#310](https://github.com/CCDirectLink/crosscode-map-editor/issues/310)
Expand Down
15 changes: 7 additions & 8 deletions webapp/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "map-editor:build"
"options": {
"buildTarget": "map-editor:build"
},
"configurations": {
"production": {
"browserTarget": "map-editor:build:production"
"production": {
"buildTarget": "map-editor:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "map-editor:build"
"options": {
"buildTarget": "map-editor:build"
}
},
"test": {
Expand Down Expand Up @@ -106,8 +106,7 @@
}
}
}
},
"defaultProject": "map-editor",
},
"schematics": {
"@schematics/angular:component": {
"prefix": "app",
Expand Down
Loading

0 comments on commit 7c95e01

Please sign in to comment.