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,13 +1,13 @@
import Config from 'webpack-chain';
import { resolve } from 'path'
import { additionalCopyRules } from '../../src/helpers/copyRules'
import {
default as angular,
getFileReplacementsFromWorkspaceConfig,
applyFileReplacements
} from '../../src/configuration/angular';
import { init } from '../../src';
import { additionalCopyRules } from '../../src/helpers/copyRules'
import { resolve } from 'path'
jest.mock(
'@ngtools/webpack',