Skip to content

Commit

Permalink
fix: repair chunk output file names for differential loading (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi committed Oct 7, 2021
1 parent c23b9d5 commit b1e27d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/webpack/webpack.custom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ export default (config: Configuration, angularJsonConfig: CustomWebpackBrowserSc
}
});

// set chunk file names with name instead of id
config.output.chunkFilename = '[name].[chunkhash:20].js';

// splitChunks not available for SSR build
if (config.optimization.splitChunks) {
logger.log('optimizing chunk splitting');
Expand Down

0 comments on commit b1e27d5

Please sign in to comment.