Skip to content

Commit

Permalink
fix(packages/web-angular-shop) Fix ngx-translate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
suryasingh committed Mar 16, 2020
1 parent f0b52c9 commit 5c84146
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/admin-web-angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"builder": "@angular-devkit/build-angular:browser",
"options": {
"preserveSymlinks": true,
"outputPath": "build",
Expand Down Expand Up @@ -77,12 +77,9 @@
}
},
"serve": {
"builder": "@angular-builders/custom-webpack:dev-server",
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ever-admin:build",
"customWebpackConfig": {
"path": "./webpack.config.js"
}
"browserTarget": "ever-admin:build"
},
"configurations": {
"production": {
Expand Down

0 comments on commit 5c84146

Please sign in to comment.