Skip to content

Commit

Permalink
fix package sort
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Jan 22, 2017
1 parent 71561a7 commit dfa54da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular-cli/utilities/package-chunk-sort.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ExtraEntry, extraEntryParser } from '../models/webpack-build-utils';
import { ExtraEntry, extraEntryParser } from '../models/webpack-configs/utils';

// Sort chunks according to a predefined order:
// inline, polyfills, all scripts, all styles, vendor, main
Expand Down

0 comments on commit dfa54da

Please sign in to comment.