style: move import

This commit is contained in:
Igor Randjelovic
2021-03-02 19:20:09 +01:00
parent 0a1ba16436
commit 43dc99784a

View File

@ -1,10 +1,10 @@
import DotEnvPlugin from 'dotenv-webpack';
import Config from 'webpack-chain';
import { existsSync } from 'fs';
import { resolve } from 'path';
import { getProjectRootPath } from './project';
import { env } from '..';
import { existsSync } from 'fs';
/**
* @internal