-
-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure to import using webpack 5.65.0 #213
Comments
Seeing the same error using Webpack with Storybook |
Presumably fixed via #215. |
Published. Thanks for patch! |
Hi @niklasf ! This issue should have been fixed by #215 however one file was omitted.
#219 fixes it but wasn't included in version Would it be possible to get a new bump in order to allow webpack 5 to compile correctly? Thanks! |
@niklasf Do you have an ETA for this? |
Sorry, forgot about this. Published v8.2.1. |
Hey there,
I've started a new project using the new create-react-app 5, which updates create-react-app to use webpack 5. This appears to cause some issues when trying to build a project using chessground.
The full error is replicated below.
It looks like they made a breaking change that requires imports to explicitly specify the file extension. I'm not exactly sure how the build chain works here, but I'll look into it in the next few days and probably submit a pull request if I can isolate the issue.
The text was updated successfully, but these errors were encountered: