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 c50acab commit 7eff3bcCopy full SHA for 7eff3bc
grunt/config/modularize.js
@@ -124,7 +124,7 @@ module.exports = {
124
"core": {
125
"exports": "CryptoJS",
126
"components": ["core"],
127
- "global": "CryptoJS"
+ "global": "CryptoJS"
128
},
129
"x64-core": {
130
@@ -134,7 +134,7 @@ module.exports = {
134
"components": ["core", "hmac"]
135
136
"cipher-core": {
137
- "components": ["core", "cipher-core"]
+ "components": ["core", "evpkdf", "cipher-core"]
138
139
140
// lib
0 commit comments