Skip to content

Commit

Permalink
chore(examples): remove duplicate examples (#32779)
Browse files Browse the repository at this point in the history
`with-webpack-bundle-analyzer` and `with-webpack-bundle-size-analyzer` are a duplicate/outdated versions of the `analyze-bundles` example and thus should be removed to avoid confusion.

Related: #26715
## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
  • Loading branch information
balazsorban44 committed Dec 23, 2021
1 parent 2c709bb commit 6b86653
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 196 deletions.
34 changes: 0 additions & 34 deletions examples/with-webpack-bundle-analyzer/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions examples/with-webpack-bundle-analyzer/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions examples/with-webpack-bundle-size-analyzer/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions examples/with-webpack-bundle-size-analyzer/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions examples/with-webpack-bundle-size-analyzer/next.config.js

This file was deleted.

17 changes: 0 additions & 17 deletions examples/with-webpack-bundle-size-analyzer/package.json

This file was deleted.

31 changes: 0 additions & 31 deletions examples/with-webpack-bundle-size-analyzer/pages/about.js

This file was deleted.

3 changes: 0 additions & 3 deletions examples/with-webpack-bundle-size-analyzer/pages/contact.js

This file was deleted.

31 changes: 0 additions & 31 deletions examples/with-webpack-bundle-size-analyzer/pages/index.js

This file was deleted.

0 comments on commit 6b86653

Please sign in to comment.