Skip to content

Expose instance - (made for Webpack external)

Compare
Choose a tag to compare
@omrilotan omrilotan released this 25 Sep 10:33
· 42 commits to master since this release

Made especially for use as a webpack external

import i18n from '@fiverr/i18n/instance';
externals: {
  '@fiverr/i18n/instance': 'i18n'
}