docs: Remove outdated Webpack guide and example (#24478)

A supporting Webpack guide will be introduced as part of the guidance
for ejecting from the Angular CLI.

Closes #23937

PR Close #24478
This commit is contained in:
Brandon Roberts
2018-06-13 10:05:24 -05:00
committed by Miško Hevery
parent aa66e84e44
commit 74f07f40e0
35 changed files with 25 additions and 2031 deletions

View File

@ -113,7 +113,6 @@ class ExampleZipper {
'!**/package.json',
'!**/example-config.json',
'!**/wallaby.js',
'!**/package.webpack.json',
// AoT related files
'!**/aot/**/*.*',
'!**/*-aot.*'