Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Nov 23, 2022
1 parent 13e54db commit 3516f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/angular/src/server/angular-cli-webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ exports.getWebpackConfig = async (baseConfig, { builderOptions, builderContext }
/**
* Merge baseConfig Webpack with angular-cli Webpack
*/
const entry = [
const entry = [
...baseConfig.entry,
...(cliConfig.entry.styles ?? []),
...(cliConfig.entry.polyfills ?? []),
Expand Down

0 comments on commit 3516f14

Please sign in to comment.