diff --git a/projects/plugins/jetpack/extensions/editor.native.js b/projects/plugins/jetpack/extensions/editor.native.js index c960343124e6..bfbe4064b9cc 100644 --- a/projects/plugins/jetpack/extensions/editor.native.js +++ b/projects/plugins/jetpack/extensions/editor.native.js @@ -3,6 +3,5 @@ */ import './shared/block-category'; -// Register blocks -import './blocks/contact-info/editor'; -import './blocks/story/editor'; +export const registerContactInfoBlock = () => require( './blocks/contact-info/editor' ); +export const registerStoryBlock = () => require( './blocks/story/editor' );