|
function _setDefaults(options, { |
When trying to include jsonld in webpack, I am discovering this seemingly incorrect syntax. For one, there seems to be an assignment within a JSON object in line 1049. Additionally, I am unclear of the propriety of the ellipsis before defaults in line 1050. Again, I am just a messenger of this webpack-generated error and I hope that we can resolve this soon.
jsonld.js/lib/jsonld.js
Line 1048 in c8f945d
When trying to include jsonld in webpack, I am discovering this seemingly incorrect syntax. For one, there seems to be an assignment within a JSON object in line 1049. Additionally, I am unclear of the propriety of the ellipsis before
defaultsin line 1050. Again, I am just a messenger of this webpack-generated error and I hope that we can resolve this soon.