Skip to content

Commit

Permalink
fix: umi export cjs @@/core/umiExports (umijs#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 authored Feb 7, 2020
1 parent bc5ddcb commit 281a058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/umi/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let ex = require('./lib/cjs');
try {
const umiExports = require('@@/umiExports');
const umiExports = require('@@/core/umiExports');
ex = Object.assign(ex, umiExports);
} catch (e) {}
module.exports = ex;

0 comments on commit 281a058

Please sign in to comment.