Fix chunk names
This commit is contained in:
@@ -262,7 +262,7 @@ class AppRouter {
|
||||
};
|
||||
|
||||
if (route.controller) {
|
||||
import('../controllers/' + route.controller).then(onInitComplete);
|
||||
import(/* webpackChunkName: "[request]" */ '../controllers/' + route.controller).then(onInitComplete);
|
||||
} else {
|
||||
onInitComplete();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user