Skip to content
Advertisement

Tag: babel-preset-env

Module not found: Error: You attempted to import babel-preset which falls outside of the project src/ directory

I’m developing an application created using create-react-app But then I needed to use mediainfojs library, this library requires wasm files, and based on what I understood I couldn’t add it using create-react-app, I had to eject it. After ejecting it, I went to mediainfo information on how to add the wasm on the webpack They use the CopyPlugin, but then

Advertisement