Closed brothman01 closed 5 years ago
I must be using the block boilerplate incorrectly....
I have copied "01-single-block" from the examples folder to my plugins folder, and done the following:
cd 01-single-block
npm start
01-single-block/src/block/block.js
^c
npm run build
Examples are old and outdated. Read the docs and build a new block for your plugin instead of copying from the examples.
And if that doesn't work file a bug report answering all the questions asked.
I must be using the block boilerplate incorrectly....
I have copied "01-single-block" from the examples folder to my plugins folder, and done the following:
cd 01-single-block
npm start
01-single-block/src/block/block.js
^c
npm run build
but the changes I make in block.js do not appear on the page using the block. What am I doing wrong?