You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, On the 1.0.0 version , I using import deepDiff from 'deep-diff' with Rollup, But I get an error : Error: 'observableDiff' is not exported by node_modules/deep-diff/index.js.
I think this is a bug relative#93 , Because I found index.es.js file on the 0.3.8 version but the 1.0.0 not, Why did you deleted it ?
The text was updated successfully, but these errors were encountered:
I deleted index.es.js because it was redundant and complicated dev on this module. Since I only visit it once in a while I wanted it simplified. Can I get a link to Rollup?
Hi, On the 1.0.0 version , I using
import deepDiff from 'deep-diff'
with Rollup, But I get an error :Error: 'observableDiff' is not exported by node_modules/deep-diff/index.js
.I think this is a bug relative#93 , Because I found
index.es.js
file on the 0.3.8 version but the 1.0.0 not, Why did you deleted it ?The text was updated successfully, but these errors were encountered: