I want to use mediainfo.js in React.js without 'eject' command
问题 I'm trying to use mediainfo.js with React.js. Looking at the usage example in React.js of the above site, it is set by "webpack.config.js". However, when I build the environment using create-react-app , "webpack.config.js" is wrapped and it seems that it can not be edited without executing the 'eject' command. If you use npm package "react-app-rewired", you can edit it without executing the reject command, so I tried it. // config-override.js (overwrites webpack.config.js) const { resolve } =