Skip to content

Commit

Permalink
Update README.md (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
anver committed Dec 21, 2022
1 parent 45bb871 commit b0edbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -61,7 +61,7 @@ The Isolated Block Editor aims to provide an editor that is as isolated from Wor

Examples are provided for both situations (see [Plain text editor](examples/plain-text-editor/README.md) for bundled and [Gutenberg Everywhere](https://github.com/Automattic/gutenberg-everywhere/) for unbundled).

They key difference is in the Webpack config. If you don't want to bundle Gutenberg with your editor then you can use the `DependencyExtractionWebpackPlugin` plugin:
The key difference is in the Webpack config. If you don't want to bundle Gutenberg with your editor then you can use the `DependencyExtractionWebpackPlugin` plugin:

```js
plugins: [
Expand Down

0 comments on commit b0edbb0

Please sign in to comment.