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 -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -