Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify build process to disable code splitting #4334

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/accounts-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [17.1.1]

### Fixed
Expand Down
5 changes: 5 additions & 0 deletions packages/address-book-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [5.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/announcement-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [7.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/approval-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [7.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [34.0.0]

### Added
Expand Down
5 changes: 5 additions & 0 deletions packages/base-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [6.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/build-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [3.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/chain-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [0.1.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/composable-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [7.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/controller-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [11.0.0]

### Added
Expand Down
5 changes: 5 additions & 0 deletions packages/ens-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [12.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/eth-json-rpc-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [4.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/gas-fee-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [17.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/json-rpc-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [9.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/json-rpc-middleware-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [8.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/keyring-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [17.1.0]

### Added
Expand Down
5 changes: 5 additions & 0 deletions packages/logging-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [5.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/message-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [10.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/name-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [8.0.0]

### Changed
Expand Down
2 changes: 2 additions & 0 deletions packages/network-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- **BREAKING:** Remove `providerConfig` property from state along with `ProviderConfig` type and `NetworkController:getProviderConfig` messenger action ([#4254](https://github.com/MetaMask/core/pull/4254))
- The best way to obtain the equivalent configuration object, e.g. to access the chain ID of the currently selected network, is to get `selectedNetworkClientId` from state, pass this to the `NetworkController:getNetworkClientId` messenger action, and then use the `configuration` property on the network client.
- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [19.0.0]

Expand Down
5 changes: 5 additions & 0 deletions packages/notification-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [6.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/notification-services-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [0.1.1]

### Added
Expand Down
5 changes: 5 additions & 0 deletions packages/permission-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [10.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/permission-log-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [3.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/phishing-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [10.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/polling-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [8.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/preferences-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [13.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/profile-sync-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [0.1.2]

### Added
Expand Down
5 changes: 5 additions & 0 deletions packages/queued-request-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [2.0.0]

### Added
Expand Down
5 changes: 5 additions & 0 deletions packages/rate-limit-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [6.0.0]

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/selected-network-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove chunk files ([#4334](https://github.com/MetaMask/core/pull/4334))
- Previously, the build tool we used to compile TypeScript to JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our development teams. These chunk files are no longer present, and each `.js` and `.mjs` file in the package contains the complete source code for that module.

## [15.0.2]

### Fixed
Expand Down
Loading
Loading