feat: support webpack5

pull/3052/head
tanjinzhou 2020-10-27 14:03:43 +08:00
parent aed1ff0660
commit f26c0218d5
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
import { version } from '../../package.json';
import packageInfo from '../../package.json';
export default version;
export default packageInfo.version;