We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980d20a commit 90b2cc4Copy full SHA for 90b2cc4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# jsonld ChangeLog
2
3
+### Fixed
4
+- Add `lru-cache` to packages run through babel for bundles. Fixes use of arrow
5
+ functions.
6
+
7
## 3.3.0 - 2021-01-21
8
9
### Changed
karma.conf.js
@@ -86,6 +86,7 @@ module.exports = function(config) {
86
// include specific packages
87
include: [
88
/(node_modules\/canonicalize)/,
89
+ /(node_modules\/lru-cache)/,
90
/(node_modules\/rdf-canonize)/
91
]
92
}],
webpack.config.js
@@ -68,6 +68,7 @@ outputs.forEach(info => {
68
69
70
71
72
73
74
0 commit comments