We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f033fe commit ad08172Copy full SHA for ad08172
apps/mfe2/federation.config.js
@@ -4,7 +4,7 @@ const {
4
} = require('@angular-architects/native-federation/config');
5
6
module.exports = withNativeFederation({
7
- name: "mfe2",
+ name: 'mfe2',
8
shared: {
9
...shareAll({
10
singleton: true,
apps/playground/federation.config.js
- name: "playground-shell",
+ name: 'playground-shell',
0 commit comments