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
We will use rollup to bundle this plugin as standalone mode. From my initial implementation, there's problem when importing lodash that still use CommonJS. It can be fixed by using plugin, but might as well go all in with es module.
Related GH-92.
We will use rollup to bundle this plugin as standalone mode. From my initial implementation, there's problem when importing lodash that still use CommonJS. It can be fixed by using plugin, but might as well go all in with es module.