WIP: Webpack proxy for devs
0/1
thread resolved
approved this merge request
approved this merge request
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 "serve:dev": "ng serve --host=0.0.0.0 --deploy-url=/ --configuration=hmr --hmr --poll=800 --progress --disableHostCheck=true --proxy-config proxy.conf.json", - Developer
What do you think about adding the following command?
"preserve:dev": "gulp build.sass --deploy-url=http://localhost"