We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f3fc3 commit b03291fCopy full SHA for b03291f
src/universal/core/route/routeConstants.js
@@ -1,8 +1,4 @@
1
-import { generateComponents } from '../../utils/helper';
2
-
3
-const componentConfig = require('__V_COMPONENTS__');
4
5
-const components = generateComponents(componentConfig.default);
+import components from './components';
6
7
const ROUTE_PATHS = {};
8
const ROUTE_CONFIGS = {};
0 commit comments