Skip to content

Commit

Permalink
Merge pull request #1179 from tmt003-ho/patch-1
Browse files Browse the repository at this point in the history
Fix bug when import by ES Module
  • Loading branch information
jamuhl committed Jan 22, 2019
2 parents 853f980 + 1c36c3d commit 62e0466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18next.js
Expand Up @@ -8,7 +8,7 @@ import Interpolator from './Interpolator.js';
import BackendConnector from './BackendConnector.js';
import { get as getDefaults, transformOptions } from './defaults.js';
import postProcessor from './postProcessor.js';
import { defer } from './utils';
import { defer } from './utils.js';

function noop() {}

Expand Down

0 comments on commit 62e0466

Please sign in to comment.