Skip to content

Commit

Permalink
V1.1.1 (#26)
Browse files Browse the repository at this point in the history
* better translations

* updated apollo-angular

* updated angular to v10

* updated angular material

* updated deps

* updated major deps

* removed custom-webpack

* better translations

* #14 - close button is overlapped by some elements

* #24 - tweaks to the detail card sidebar

* v1.1.1
  • Loading branch information
marcellobarile authored Aug 2, 2020
1 parent 05f4e74 commit faefcdd
Show file tree
Hide file tree
Showing 23 changed files with 4,870 additions and 5,476 deletions.
File renamed without changes.
8 changes: 2 additions & 6 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prefix": "wci",
"architect": {
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/frontend",
"index": "src/index.html",
Expand All @@ -39,11 +39,7 @@
"./node_modules/mapbox-gl/dist/mapbox-gl.css",
"./node_modules/@mapbox/mapbox-gl-geocoder/lib/mapbox-gl-geocoder.css"
],
"scripts": ["src/assets/vendor/skycons.js"],
"customWebpackConfig": {
"path": "./custom-webpack.config.js",
"replaceDuplicatePlugins": true
}
"scripts": ["src/assets/vendor/skycons.js"]
},
"configurations": {
"production": {
Expand Down
5 changes: 0 additions & 5 deletions frontend/custom-webpack.config.js

This file was deleted.

4 changes: 2 additions & 2 deletions frontend/e2e/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "../tsconfig.json",
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"target": "es2018",
"types": [
"jasmine",
"jasminewd2",
Expand Down
Loading

0 comments on commit faefcdd

Please sign in to comment.