Skip to content

Commit bb3be17

Browse files
author
Ahmad Awais
committed
πŸ“– DOC: Eject method
1 parent 05db4b5 commit bb3be17

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

β€Žexamples/02-single-block-ejected/README.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This example includes a WordPress Gutenberg plugin called `single-block` which c
1414

1515
- [Install `create-guten-block` β†’](https://github.com/ahmadawais/create-guten-block#getting-started)
1616
- Run `create-guten-block single-block` command.
17+
- Finally, we ran `npm run eject` to eject the config in this plugin.
1718

1819
_That's about it._
1920

β€Žexamples/04-multi-block-ejected/README.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This example includes a WordPress Gutenberg plugin called `multi-block` which cr
1919
- Go to `./block2/` directory and rename our block from `multi-block` to `multi-block-2` in both `.js` and `.scss` files.
2020
- Now you have two blocks run by a single plugin.
2121
- As you might have noticed all blocks should be imported in the `./src/blocks.js` files as that's the file which gets imported into our webpack config.
22+
- Finally, we ran `npm run eject` to eject the config in this plugin.
2223

2324
_That's about it._
2425

0 commit comments

Comments
Β (0)