chore: organize imports

This commit is contained in:
Igor Randjelovic
2021-11-21 18:46:33 +01:00
parent 6ae9f4b85f
commit 6cf9cd9554

View File

@ -7,8 +7,8 @@ import webpack from 'webpack';
import path from 'path'; import path from 'path';
import fs from 'fs'; import fs from 'fs';
import { parseEnvFlags } from '../cli/parseEnvFlags';
import { tryRequireThenImport } from '../helpers/dynamicImports'; import { tryRequireThenImport } from '../helpers/dynamicImports';
import { parseEnvFlags } from '../cli/parseEnvFlags';
const defaultConfig = path.resolve( const defaultConfig = path.resolve(
__dirname, __dirname,