You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using choo for the first time, so I thought create-choo-app was a good place to start. I've built up my project, and all is going smoothly in development. However, when I try to build a production version with npm run build, I'm getting this error: bankai.document: could not find a document for . And then it doesn't produce an index.html file in the dist directory.
The only thing I've changed about the project structure is that I moved all of my code into a src/ directory. So now the structure of the project is:
Hello!
I'm using choo for the first time, so I thought create-choo-app was a good place to start. I've built up my project, and all is going smoothly in development. However, when I try to build a production version with
npm run build
, I'm getting this error:bankai.document: could not find a document for
. And then it doesn't produce an index.html file in the dist directory.The only thing I've changed about the project structure is that I moved all of my code into a src/ directory. So now the structure of the project is:
So start and build are still pointing at index.js in the root.
Thanks in advance : )
The text was updated successfully, but these errors were encountered: