mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import Config from 'webpack-chain';
|
||||
import fs from 'fs';
|
||||
|
||||
import {
|
||||
mockExistsSync,
|
||||
@@ -8,10 +7,10 @@ import {
|
||||
fsExistsSyncSpy,
|
||||
} from '../../scripts/jest.utils';
|
||||
|
||||
import base from '../../src/configuration/base';
|
||||
import { init } from '../../src';
|
||||
import { applyFileReplacements } from '../../src/helpers/fileReplacements';
|
||||
import { additionalCopyRules } from '../../src/helpers/copyRules';
|
||||
import base from '../../src/configuration/base';
|
||||
import { init } from '../../src';
|
||||
|
||||
describe('base configuration', () => {
|
||||
const platforms = ['ios', 'android'];
|
||||
|
||||
@@ -11,11 +11,11 @@ import ForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin';
|
||||
import { BundleAnalyzerPlugin } from 'webpack-bundle-analyzer';
|
||||
import TerserPlugin from 'terser-webpack-plugin';
|
||||
|
||||
import { getProjectFilePath, getProjectRootPath } from '../helpers/project';
|
||||
import { PlatformSuffixPlugin } from '../plugins/PlatformSuffixPlugin';
|
||||
import { applyFileReplacements } from '../helpers/fileReplacements';
|
||||
import { addCopyRule, applyCopyRules } from '../helpers/copyRules';
|
||||
import { WatchStatePlugin } from '../plugins/WatchStatePlugin';
|
||||
import { getProjectFilePath, getProjectRootPath } from '../helpers/project';
|
||||
import { hasDependency } from '../helpers/dependencies';
|
||||
import { applyDotEnvPlugin } from '../helpers/dotEnv';
|
||||
import { env as _env, IWebpackEnv } from '../index';
|
||||
|
||||
Reference in New Issue
Block a user