Usage of watch parameter in eject command of Angular CLI -


does know how use --watch parameter of eject command in angular cli? trying watch dist folder after building application , want ensure in right path. below steps have followed:

  1. eject cli using ng eject --aot --prod
  2. set build script of package.json webpack --config webpack.prod.config.js --watch
  3. execute command line npm run build

even if have not used --watch parameter during ejection, folder seems watched correctly.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -