fortune-sheet
fortune-sheet copied to clipboard
Getting loading chunk error
My webpack is picking esm.js file for the fortune-sheet package, which is giving me loading chunk error.
But When I am changing the file to umd.js manually inside node modules fortune-sheet file it is working fine locally . Looking for some solutions for this issue.
Below is the screen shot of the issue I am facing.
Sorry, have no idea about that. Haven't encountered this issue at present.
@Aafrin-Anjum could you tell us which bowser do you use, and may be you can update to the latest version then have a try.
For anybody else stuck here, this was solved using an alias in the resolve property of webpack -
"@fortune-sheet/react": "@fortune-sheet/react/dist/index.umd.js",
This can be closed now @gazedreamily
^bump @gazedreamily
closing as this isnt an issue with the library