I get that error in browser console. In package.json I set this
"start": "set NODE_ENV=development && node dev-server ./webpack/config",
but it still give same error.I look for minified or min JS file but I can not find any file.It just find this in project import React from 'react';
How can I handle that error?How can I use non minified react file? I am new in NodeJS