Skip to content

Commit

Permalink
修复构建失败问题;
Browse files Browse the repository at this point in the history
  • Loading branch information
cxOrz committed Apr 2, 2023
1 parent 4d9a119 commit 5be97f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/crypto-js/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const cryptojs = require('crypto-js');
module.exports = cryptojs;
import CryptoJS from 'crypto-js';
export default CryptoJS;

0 comments on commit 5be97f9

Please sign in to comment.