mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
style: move import
This commit is contained in:
@ -1,10 +1,10 @@
|
|||||||
import DotEnvPlugin from 'dotenv-webpack';
|
import DotEnvPlugin from 'dotenv-webpack';
|
||||||
import Config from 'webpack-chain';
|
import Config from 'webpack-chain';
|
||||||
|
import { existsSync } from 'fs';
|
||||||
import { resolve } from 'path';
|
import { resolve } from 'path';
|
||||||
|
|
||||||
import { getProjectRootPath } from './project';
|
import { getProjectRootPath } from './project';
|
||||||
import { env } from '..';
|
import { env } from '..';
|
||||||
import { existsSync } from 'fs';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @internal
|
* @internal
|
||||||
|
Reference in New Issue
Block a user