Skip to content

Commit

Permalink
Shorten CHANGELOG.md entry about webpack 5 workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Nov 19, 2021
1 parent 3771b68 commit 8c9e029
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@
```
The request 'ts-invariant/process' failed to resolve only because it was resolved as fully specified
```
by ensuring
```js
import { remove } from 'ts-invariant/process'
```
is internally written to
```js
import { remove } from 'ts-invariant/process/index.js'
```
in the ECMAScript module `@apollo/client/utilities/globals/fix-graphql.js`. <br/>
by ensuring `import ... from 'ts-invariant/process'` is internally written to `import ... from 'ts-invariant/process/index.js'`. <br/>
[@benjamn](https://github.com/benjamn) in [#9083](https://github.com/apollographql/apollo-client/pull/9083)

## Apollo Client 3.5.3 (2021-11-17)
Expand Down

0 comments on commit 8c9e029

Please sign in to comment.