Webpack is JavaScript module bundler.
I'm using angular compiler: const AngularCompilerPlugin = require('@ngtools/webpack').AngularCompilerPlugin; With these compiler options: "angularCompilerOptions": { "genDir": "./build/compiled", "outDir": "./…
angular5 webpack-4 angular-aot angular-compiler