Replies: 3 comments 16 replies
|
Could you please provide a reproducible example repo. 🙏 |
0 replies
|
I experienced similar problems in this Create React App project: https://github.com/lgk-bsw/msagl-react-with-problems The error occurs when using microsoft/msagljs in a new CRA project. |
2 replies
|
if a package provides an |
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Bug report
What is the current behavior?
Currently, no version has solved this problem, version 5.64.4 - 5.75.0 have this bug
Provide the steps to reproduce.
just run build it ,then u can see the bug.
npm run build
or
npm run buildR
package.json:
Temporary solution
webpack.config.js
module -> rules -> oneOf
add this:
webpack version: 5.75.0 or 5.64.4
Node.js version: 12.10
Operating System: win7
All reactions