Skip to content

Commit

Permalink
(fix) renamed method in angular 13.1 to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed Dec 17, 2021
1 parent 8c6427b commit edc925f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/angular/src/server/angular-cli-webpack-13.x.x.js
Expand Up @@ -5,7 +5,7 @@ const {
const {
getCommonConfig,
getStylesConfig,
getTypescriptWorkerPlugin,
getDevServerConfig,
} = require('@angular-devkit/build-angular/src/webpack/configs');
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');

Expand Down Expand Up @@ -41,7 +41,7 @@ exports.getWebpackConfig = async (baseConfig, { builderOptions, builderContext }
aot: false,
},
builderContext,
(wco) => [getCommonConfig(wco), getStylesConfig(wco), getTypescriptWorkerPlugin(wco)]
(wco) => [getCommonConfig(wco), getStylesConfig(wco), getDevServerConfig(wco)]
);

/**
Expand Down

0 comments on commit edc925f

Please sign in to comment.