ERROR in multi (webpack)-dev-server/client?http://localhost:8080 –inline

491 views Asked by At

I am following this as tutorial, upon hitting start to the build, I am getting the following error

ERROR in Entry module not found: Error: Can't resolve '–inline' in 'D:\aaa\vvv'

ERROR in multi (webpack)-dev-server/client?http://localhost:8080 –inline
Module not found: Error: Can't resolve '–inline' in 'D:\aaa\vvv'
 @ multi (webpack)-dev-server/client?http://localhost:8080 –inline main[1]

babel.config.js

module.exports = {
  presets: ['module:metro-react-native-babel-preset'],
};

what should I do to resolve it?

0

There are 0 answers