docs.webiny.com icon indicating copy to clipboard operation
docs.webiny.com copied to clipboard

Error: Cannot find module '../../.babel.react'

Open AlekseyMalakhov opened this issue 2 years ago • 0 comments

I'm doing tutorial How to Create a Package in a Webiny Project. After creating all the files and running yarn build I got the error

Error: Cannot find module '../../.babel.react'

There is a note about this file on the tutorial page:

Every Webiny project comes with a .babel.react.js and .babel.node.js. You don’t need to know all the configurations. But, if you’re interested feel free to check the full configuration file external link.

But I don't have this file. I tried to create this file but I just got more errors

AlekseyMalakhov avatar Sep 14 '23 14:09 AlekseyMalakhov