Skip to content

Commit

Permalink
feat: export umiExports and React in core/routes.ts (umijs#5456)
Browse files Browse the repository at this point in the history
* refactor: export umi in core/routes.ts

* fix: testcase

* chore: export react
  • Loading branch information
sorrycc authored Sep 22, 2020
1 parent f692219 commit 38946ff
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import React from 'react';
import { ApplyPluginsType{{ #config.dynamicImport }}, dynamic{{ /config.dynamicImport }} } from '{{{ runtimePath }}}';
import * as umiExports from './umiExports';
import { plugin } from './plugin';
{{ #loadingComponent }}
import LoadingComponent from '{{{ loadingComponent }}}';
Expand Down

0 comments on commit 38946ff

Please sign in to comment.