Skip to content

Commit

Permalink
remove getDevServerConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
leon committed Dec 11, 2021
1 parent 1006d4f commit 44f78da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/angular/src/server/angular-cli-webpack-13.1.x.js
Expand Up @@ -5,7 +5,6 @@ const {
const {
getCommonConfig,
getStylesConfig,
getDevServerConfig,
} = require('@angular-devkit/build-angular/src/webpack/configs');
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');

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

/**
Expand Down

0 comments on commit 44f78da

Please sign in to comment.