Open strarsis opened 6 years ago
I believe the issue may be related to the presets being used for babel loader - we are including the env
preset but not the react
one as far as I can see.
Have you tried ejecting in a separate branch (npm run eject
) and adjusting any of the config?
You would probably need to run npm install @babel/preset-react
and then add "react" to the babel.presets
array in your package.json. Then try to build.
A react component (KenburnsEditor) causes a build error when imported in the gutenblock:
A fork (forked off from gre) has to be used currently: