This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hash: 2cf3a6fa408a4c6025182cf3a6fa408a4c6025189632863d217b440ffa81 | |
| Version: webpack 2.2.1 | |
| Child | |
| Hash: 2cf3a6fa408a4c602518 | |
| Time: 13019ms | |
| [2tFN] ./~/core-js/es6/reflect.js 717 bytes {0} [built] | |
| [3j3K] ./~/@angular/core/@angular/core.es5.js 461 kB {3} [built] | |
| [ChGr] ./~/core-js/es7/reflect.js 510 bytes {0} [built] | |
| [Qbdm] ./~/@angular/platform-browser/@angular/platform-browser.es5.js 142 kB {3} [built] | |
| [XS25] ./src/polyfills.ts 2.45 kB {0} [built] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const path = require('path'); | |
| const ProgressPlugin = require('webpack/lib/ProgressPlugin'); | |
| const HtmlWebpackPlugin = require('html-webpack-plugin'); | |
| const ExtractTextPlugin = require('extract-text-webpack-plugin'); | |
| const autoprefixer = require('autoprefixer'); | |
| const postcssUrl = require('postcss-url'); | |
| const cssnano = require('cssnano'); | |
| const { NoEmitOnErrorsPlugin, LoaderOptionsPlugin, DefinePlugin, HashedModuleIdsPlugin } = require('webpack'); | |
| const { GlobCopyWebpackPlugin, BaseHrefWebpackPlugin, SuppressExtractedTextChunksWebpackPlugin } = require('@angular/cli/plugins/webpack'); |