You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
I tried upgrading the following Material UI packages:
However, here the are the errors I'm getting when webpack is running:
When I looked at the react-event-listener.cjs.js file in my node_modules/react-event-listener, I see that it is referencing babel packages with this directory structure:
It seems to be looking for a builtin directory inside of the babel package. However, when I looked at the babel package in my node_modules, I notice that there isn't a builtin directory under the helpers directory:
As a test, I modified the react-event-listener.cjs.js file and removed the reference to the builtin directory and webpack seems to compile and my application seems to work.
Can you let me know how I can get rid of this webpack compilation error so that I can successfully upgrade to Material UI 3.9.2?
The text was updated successfully, but these errors were encountered:
Here are my dependencies from
package.json
:I tried upgrading the following Material UI packages:
However, here the are the errors I'm getting when
webpack
is running:When I looked at the
react-event-listener.cjs.js
file in mynode_modules/react-event-listener
, I see that it is referencingbabel
packages with this directory structure:It seems to be looking for a
builtin
directory inside of thebabel
package. However, when I looked at thebabel
package in mynode_modules
, I notice that there isn't abuiltin
directory under thehelpers
directory:As a test, I modified the
react-event-listener.cjs.js
file and removed the reference to thebuiltin
directory andwebpack
seems to compile and my application seems to work.Can you let me know how I can get rid of this webpack compilation error so that I can successfully upgrade to Material UI 3.9.2?
The text was updated successfully, but these errors were encountered: