File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
packages/angular-cli/models Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ import {
44} from './webpack-build-typescript' ;
55const webpackMerge = require ( 'webpack-merge' ) ;
66import { CliConfig } from './config' ;
7+ import { getWebpackCommonConfig } from './webpack-build-common' ;
8+ import { getWebpackDevConfigPartial } from './webpack-build-development' ;
9+ import { getWebpackProdConfigPartial } from './webpack-build-production' ;
710import {
8- getWebpackCommonConfig ,
9- getWebpackDevConfigPartial ,
10- getWebpackProdConfigPartial ,
1111 getWebpackMobileConfigPartial ,
1212 getWebpackMobileProdConfigPartial
13- } from './' ;
13+ } from './webpack-build-mobile' ;
14+
1415
1516export class NgCliWebpackConfig {
1617 // TODO: When webpack2 types are finished lets replace all these any types
You can’t perform that action at this time.
0 commit comments