Webpack proxy for devs
1/3
threads resolved
approved this merge request
approved this merge request
- Resolved by Emiliano Balbuena
added 7 commits
-
af602019...a8ed91a5 - 6 commits from branch
master
- d2187e97 - Merge remote-tracking branch 'origin/master' into chore/ssr-local-serve
-
af602019...a8ed91a5 - 6 commits from branch
resolved all threads
unmarked as a Work In Progress
changed the description
added scoped label
assigned to @eiennohi, @benhayward.ben, and @brianhatchet
assigned to @markeharding
12 12 "build-dev": "npm run build:dev", 13 13 "serve-dev": "npm run server:ssr", 14 14 "build:dev": "ng build --output-path dist --deploy-url=/ --watch=true --poll=800", 15 "serve:dev": "ng serve --host=0.0.0.0 --deploy-url=/ --configuration=hmr --hmr --poll=800 --progress --disableHostCheck=true", 15 "preserve:dev": "gulp build.sass --deploy-url=http://localhost:4200", - Owner
should this not use
npm run prebuild-dev
?
12 12 "build-dev": "npm run build:dev", 13 13 "serve-dev": "npm run server:ssr", 14 14 "build:dev": "ng build --output-path dist --deploy-url=/ --watch=true --poll=800", 15 "serve:dev": "ng serve --host=0.0.0.0 --deploy-url=/ --configuration=hmr --hmr --poll=800 --progress --disableHostCheck=true", - Developer
We should just chain the commands together so it prebuilds before serving. We are always going to want to run SSR and have a unified dev runner