mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c303d44df6
`raw-loader` version 2+ which is used in the CLI version 8 introduced a breaking change and now uses `export default` instead of `module.exports`. See: https://github.com/webpack-contrib/raw-loader/blob/master/CHANGELOG.md#200-2019-03-18 Closes #32333 PR Close #32334