sfcode
An Online Competing and Development Environment
|
This package allows you to run Webpack and Webpack Dev Server using Architect.
To use it on your Angular CLI app, follow these steps:
npm install @angular-devkit/build-webpack
.angular.json
. ng run app:build-webpack
to build, and ng run app:serve-webpack
to serve.All options, including watch
and stats
, are looked up inside the webpack configuration.