Skip to content

Commit

Permalink
Revert "fix(angular): mfe not installing webpack correctly (nrwl#6789)…
Browse files Browse the repository at this point in the history
…" (nrwl#6793)

This reverts commit ee47b17.
  • Loading branch information
Coly010 authored and ManojBahuguna committed Sep 16, 2021
1 parent 9f212f1 commit a09f53a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/angular/src/generators/setup-mfe/setup-mfe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
getRemotesWithPorts,
setupServeTarget,
} from './lib';
import { webpackVersion } from '../../utils/versions';

export async function setupMfe(host: Tree, options: Schema) {
const projectConfig = readProjectConfiguration(host, options.appName);
Expand All @@ -38,7 +37,7 @@ export async function setupMfe(host: Tree, options: Schema) {
const installPackages = addDependenciesToPackageJson(
host,
{ '@angular-architects/module-federation': '^12.2.0' },
{ webpack: webpackVersion }
{}
);

// format files
Expand Down
1 change: 0 additions & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ export const ngrxVersion = '~12.2.0';
export const rxjsVersion = '~6.6.0';
export const jestPresetAngularVersion = '9.0.4';
export const angularEslintVersion = '~12.3.0';
export const webpackVersion = '5.45.1';

0 comments on commit a09f53a

Please sign in to comment.