Let’s say I have the following file list.
- err
- 404.js
- details
- form.js
- some.js
I want it to be moved to /err/404.js when entering "/details/form/blabla/blablaba, "( unmapped route path) in the Internet browser. I also don’t want to show the “cannot find modules” warning window.
how do i solve this problem?