Skip to content

Commit

Permalink
release(0.2.0): change from angular-builders to ngx-build-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
garygrossgarten committed Jul 13, 2020
1 parent 44a55e0 commit 1b6f2df
Show file tree
Hide file tree
Showing 8 changed files with 947 additions and 2,605 deletions.
12 changes: 4 additions & 8 deletions angular-workspace/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"builder": "ngx-build-plus:browser",
"options": {
"outputPath": "dist/angular-workspace",
"index": "src/index.html",
Expand All @@ -31,9 +31,7 @@
"src/styles.scss"
],
"scripts": [],
"cutomWebpackConfig": {
"path": "./webpack.config.js"
}
"extraWebpackConfig": "./webpack.config.js"
},
"configurations": {
"production": {
Expand Down Expand Up @@ -67,12 +65,10 @@
}
},
"serve": {
"builder": "@angular-builders/custom-webpack:dev-server",
"builder": "ngx-build-plus:dev-server",
"options": {
"browserTarget": "angular-workspace:build",
"cutomWebpackConfig": {
"path": "./webpack.config.js"
}
"extraWebpackConfig": "./webpack.config.js"
},
"configurations": {
"production": {
Expand Down
2,965 changes: 932 additions & 2,033 deletions angular-workspace/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion angular-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "latest",
"@angular-devkit/build-angular": "~0.900.2",
"@angular/cli": "~9.0.2",
"@angular/compiler-cli": "~9.0.1",
Expand All @@ -40,6 +39,7 @@
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"ngx-build-plus": "latest",
"postcss-import": "latest",
"postcss-loader": "latest",
"postcss-scss": "latest",
Expand Down
Loading

0 comments on commit 1b6f2df

Please sign in to comment.