Reputation: 180
I have created a graphql
application using react
and its working fine on dev environment
But on production its is giving chunk error as my app deployed on different host.
I m using these packages
"@graphiql/plugin-explorer": "1.0.3",
"codemirror-graphql": "2.0.10",
"graphiql": "3.1.1",
"graphql": "16.8.1",
"graphql-language-service-cli": "3.3.33",
Is there any way we can create single bundle of application ?
Upvotes: 0
Views: 30