- the project I created with create-react-app my-app official scaffolding
in the beginning, there are only three folders: node_modules and public,src, and no configuration files such as config and webpack.base.conf.js are found. What if I want to configure the global ip address?
for example:
the picture above is vue
later, I ran npm run eject and said I could expose the configuration file
, but after running it, I couldn"t start the project with npm start
=
2. Now I"m going to start create-react-app my-app and stop npm run eject.
how can I configure cross-domain agents and global url?