Skip to content

Commit

Permalink
fix: can't build image files(size exceeds the url-loader limit) refer…
Browse files Browse the repository at this point in the history
…enced by css files.
  • Loading branch information
Zhicheng Wang committed Feb 21, 2017
1 parent b45222a commit 21ec41a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@angular/cli/models/webpack-configs/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ export const getAotConfig = function(wco: WebpackConfigOptions) {
i18nFile: buildOptions.i18nFile,
i18nFormat: buildOptions.i18nFormat,
locale: buildOptions.locale,
exclude: exclude
exclude: exclude,
skipCodeGeneration: true
})
]
};
Expand Down

0 comments on commit 21ec41a

Please sign in to comment.