chore: cleanup imports

This commit is contained in:
Igor Randjelovic
2021-03-11 16:28:11 +01:00
parent da25b30992
commit 0e8336f1d9
13 changed files with 17 additions and 8 deletions

View File

@ -1,4 +1,4 @@
import { IWebpackEnv } from '@nativescript/webpack';
import type { IWebpackEnv } from '@nativescript/webpack';
const ENV_FLAG_RE = /--env\.(\w+)(?:=(.+))?/;