diff --git a/code/frameworks/angular/src/server/angular-cli-webpack.js b/code/frameworks/angular/src/server/angular-cli-webpack.js index 6be86712e5b..d9514a4b610 100644 --- a/code/frameworks/angular/src/server/angular-cli-webpack.js +++ b/code/frameworks/angular/src/server/angular-cli-webpack.js @@ -87,9 +87,9 @@ exports.getWebpackConfig = async (baseConfig, { builderOptions, builderContext } /** Merge baseConfig Webpack with angular-cli Webpack */ const entry = [ + ...(cliConfig.entry.polyfills ?? []), ...baseConfig.entry, ...(cliConfig.entry.styles ?? []), - ...(cliConfig.entry.polyfills ?? []), ]; // Don't use storybooks styling rules because we have to use rules created by @angular-devkit/build-angular