gql loader not resolving and breaking the CLI #311
Labels
bug
Something isn't working
CLI
Content as Data
P0
Critical issue that should get addressed ASAP
v0.5.0
Data w/ GraphQL
Milestone
Type of Change
Summary
After publishing
0.5.0-alpha1
as part of #284 , and running eitheryarn build
ornpm build
, there is a webpack error showing about not being able to process GraphQL files.Details
This is likely due to our webpack loader configuration
The
exclude
rule is actually excluding our own code. I think we should just remove because this will likely block any other dependencies.Also, we don't block node_modules in any other loader configuration. 🤷♂
The text was updated successfully, but these errors were encountered: