We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c482a9b commit 164f7fbCopy full SHA for 164f7fb
frontend/gulpfile.ts
@@ -30,7 +30,7 @@ import { argv } from 'yargs';
30
import { JSDOM, VirtualConsole } from 'jsdom';
31
import * as through2 from 'through2';
32
import chalk from 'chalk';
33
-import * as i18nextParser from 'i18next-parser';
+import { gulp as i18nextParser } from 'i18next-parser';
34
35
36
type LibraryProps = {
0 commit comments