Skip to content

Instantly share code, notes, and snippets.

@alexytiger
Last active June 2, 2019 02:50
Show Gist options
  • Save alexytiger/8e116c88e1376b5eb84ef73aae2638ae to your computer and use it in GitHub Desktop.
Save alexytiger/8e116c88e1376b5eb84ef73aae2638ae to your computer and use it in GitHub Desktop.
"architect": {
"build": {
"builder": "@angular-builders/custom-webpack:browser",
"options": {
"customWebpackConfig": {
"path": "./extra-webpack.config.js"
} ,
"serve": {
"builder": "@angular-builders/custom-webpack:dev-server",
"options": {
"browserTarget": "ClientApp:build"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment